mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-16 18:53:29 +00:00
@@ -1,3 +1,12 @@
|
|||||||
|
0.41.1
|
||||||
|
---
|
||||||
|
* **machine**
|
||||||
|
- esp32c3: correct pin interrupt setup call that was overlooked from #5320
|
||||||
|
* **runtime**
|
||||||
|
- esp32s3: wait for TIMG0 update register to clear before reading timer registers
|
||||||
|
* **net**
|
||||||
|
- update net module to a version that is backwards compatible with Go 1.25.x to fix #5332
|
||||||
|
|
||||||
0.41.0
|
0.41.0
|
||||||
---
|
---
|
||||||
* **general**
|
* **general**
|
||||||
|
|||||||
+1
-1
@@ -10,7 +10,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.41.0"
|
const version = "0.41.1"
|
||||||
|
|
||||||
// Return TinyGo version, either in the form 0.30.0 or as a development version
|
// Return TinyGo version, either in the form 0.30.0 or as a development version
|
||||||
// (like 0.30.0-dev-abcd012).
|
// (like 0.30.0-dev-abcd012).
|
||||||
|
|||||||
Reference in New Issue
Block a user