Skip to content

Commit

Permalink
all: update for 0.31.1
Browse files Browse the repository at this point in the history
Signed-off-by: deadprogram <ron@hybridgroup.com>
  • Loading branch information
deadprogram committed Feb 28, 2024
1 parent 7768195 commit 14121f4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
@@ -1,3 +1,17 @@
0.31.1
---

* **general**
* fix Binaryen build in make task
* update final build stage of Docker `dev` image to go1.22
* only use GHA cache for building Docker `dev` image
* update the `net` submodule to latest version

* **compiler**
* `interp`: make getelementptr offsets signed
* `interp`: return a proper error message when indexing out of range


0.31.0
---

Expand Down Expand Up @@ -64,7 +78,7 @@
* `mksnanov3`: add support for the MKS Robin Nano V3.x
* `nrf52840-generic`: add generic nrf52840 chip support
* `thumby`: add support for Thumby
* `wasm`: add new `wasm-generic` target that doesn't depend on WASI or a browser
* `wasm`: add new `wasm-unknown` target that doesn't depend on WASI or a browser
* **boards**
* `arduino-mkrwifi1010`, `arduino-nano33`, `nano-rp2040`, `matrixportal-m4`, `metro-m4-airlift`, `pybadge`, `pyportal`: add `ninafw` build tag and some constants for BLE support
* `gopher-badge`: fix typo in USB product name
Expand Down
2 changes: 1 addition & 1 deletion goenv/version.go
Expand Up @@ -9,7 +9,7 @@ import (

// Version of TinyGo.
// Update this value before release of new version of software.
const version = "0.31.0"
const version = "0.31.1"

var (
// This variable is set at build time using -ldflags parameters.
Expand Down

0 comments on commit 14121f4

Please sign in to comment.