We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa10b68 commit a4f9c9dCopy full SHA for a4f9c9d
2 files changed
CHANGELOG.md
@@ -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
+
10
0.41.0
11
---
12
* **general**
goenv/version.go
@@ -10,7 +10,7 @@ import (
// Version of TinyGo.
// Update this value before release of new version of software.
13
-const version = "0.41.0"
+const version = "0.41.1"
14
15
// Return TinyGo version, either in the form 0.30.0 or as a development version
16
// (like 0.30.0-dev-abcd012).
0 commit comments