main: version 0.4.1

This commit is contained in:
Ayke van Laethem
2019-03-15 12:53:49 +01:00
committed by Ron Evans
parent d6c2d6e301
commit 5569cd1b6b
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -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
View File
@@ -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"