File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 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+
1130.40.0
214---
315* ** general**
Original file line number Diff line number Diff 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).
You can’t perform that action at this time.
0 commit comments