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 d6c2d6e commit 5569cd1Copy full SHA for 5569cd1
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+0.4.1
2
+---
3
+- **compiler**
4
+ - fix `objcopy` replacement to include the .data section in the firmware image
5
+ - use `llvm-ar-7` on Linux to fix the Docker image
6
+
7
0.4.0
8
---
9
- **compiler**
version.go
@@ -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"
0 commit comments