Signed-off-by: deadprogram <ron@hybridgroup.com>
Этот коммит содержится в:
deadprogram 2024-02-27 15:49:47 +01:00 коммит произвёл Ron Evans
родитель 7768195835
коммит 14121f4b0e
2 изменённых файлов: 16 добавлений и 2 удалений

Просмотреть файл

@ -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 0.31.0
--- ---
@ -64,7 +78,7 @@
* `mksnanov3`: add support for the MKS Robin Nano V3.x * `mksnanov3`: add support for the MKS Robin Nano V3.x
* `nrf52840-generic`: add generic nrf52840 chip support * `nrf52840-generic`: add generic nrf52840 chip support
* `thumby`: add support for Thumby * `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** * **boards**
* `arduino-mkrwifi1010`, `arduino-nano33`, `nano-rp2040`, `matrixportal-m4`, `metro-m4-airlift`, `pybadge`, `pyportal`: add `ninafw` build tag and some constants for BLE support * `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 * `gopher-badge`: fix typo in USB product name

Просмотреть файл

@ -9,7 +9,7 @@ import (
// Version of TinyGo. // Version of TinyGo.
// Update this value before release of new version of software. // Update this value before release of new version of software.
const version = "0.31.0" const version = "0.31.1"
var ( var (
// This variable is set at build time using -ldflags parameters. // This variable is set at build time using -ldflags parameters.