Skip to content

Commit a4f9c9d

Browse files
committed
Release 0.41.1
Signed-off-by: deadprogram <ron@hybridgroup.com>
1 parent aa10b68 commit a4f9c9d

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.41.1
2+
---
3+
* **machine**
4+
- esp32c3: correct pin interrupt setup call that was overlooked from #5320
5+
* **runtime**
6+
- esp32s3: wait for TIMG0 update register to clear before reading timer registers
7+
* **net**
8+
- update net module to a version that is backwards compatible with Go 1.25.x to fix #5332
9+
110
0.41.0
211
---
312
* **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.41.0"
13+
const version = "0.41.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)