Skip to content

Commit 14121f4

Browse files
committed
all: update for 0.31.1
Signed-off-by: deadprogram <[email protected]>
1 parent 7768195 commit 14121f4

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+15-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
0.31.1
2+
---
3+
4+
* **general**
5+
* fix Binaryen build in make task
6+
* update final build stage of Docker `dev` image to go1.22
7+
* only use GHA cache for building Docker `dev` image
8+
* update the `net` submodule to latest version
9+
10+
* **compiler**
11+
* `interp`: make getelementptr offsets signed
12+
* `interp`: return a proper error message when indexing out of range
13+
14+
115
0.31.0
216
---
317

@@ -64,7 +78,7 @@
6478
* `mksnanov3`: add support for the MKS Robin Nano V3.x
6579
* `nrf52840-generic`: add generic nrf52840 chip support
6680
* `thumby`: add support for Thumby
67-
* `wasm`: add new `wasm-generic` target that doesn't depend on WASI or a browser
81+
* `wasm`: add new `wasm-unknown` target that doesn't depend on WASI or a browser
6882
* **boards**
6983
* `arduino-mkrwifi1010`, `arduino-nano33`, `nano-rp2040`, `matrixportal-m4`, `metro-m4-airlift`, `pybadge`, `pyportal`: add `ninafw` build tag and some constants for BLE support
7084
* `gopher-badge`: fix typo in USB product name

goenv/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99

1010
// Version of TinyGo.
1111
// Update this value before release of new version of software.
12-
const version = "0.31.0"
12+
const version = "0.31.1"
1313

1414
var (
1515
// This variable is set at build time using -ldflags parameters.

0 commit comments

Comments
 (0)