Skip to content

Commit db9f118

Browse files
committed
Release 0.40.1
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent f7fd5cf commit db9f118

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
0.40.1
2+
---
3+
* **machine**
4+
- nrf: fix flash writes when SoftDevice is enabled
5+
* **runtime**
6+
- runtime: avoid fixed math/rand sequence on RP2040/RP2350 (#5124)
7+
- runtime: add calls to initRand() during run() for all schedulers
8+
- runtime: call initRand() before initHeap() during initialization
9+
- runtime: use rand_hwrng hardwareRand for RP2040/RP2350 (#5135)
10+
* **libs**
11+
- picolibc: use updated location for git repo
12+
113
0.40.0
214
---
315
* **general**

goenv/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010

1111
// Version of TinyGo.
1212
// Update this value before release of new version of software.
13-
const version = "0.40.0"
13+
const version = "0.40.1"
1414

1515
// Return TinyGo version, either in the form 0.30.0 or as a development version
1616
// (like 0.30.0-dev-abcd012).

0 commit comments

Comments
 (0)