mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
main: version 0.4.1
This commit is contained in:
committed by
Ron Evans
parent
d6c2d6e301
commit
5569cd1b6b
@@ -1,3 +1,9 @@
|
||||
0.4.1
|
||||
---
|
||||
- **compiler**
|
||||
- fix `objcopy` replacement to include the .data section in the firmware image
|
||||
- use `llvm-ar-7` on Linux to fix the Docker image
|
||||
|
||||
0.4.0
|
||||
---
|
||||
- **compiler**
|
||||
|
||||
+1
-1
@@ -2,4 +2,4 @@ package main
|
||||
|
||||
// version of this package.
|
||||
// Update this value before release of new version of software.
|
||||
const version = "0.4.0"
|
||||
const version = "0.4.1"
|
||||
|
||||
Reference in New Issue
Block a user