Skip to content

Commit

Permalink
main: version 0.13.1
Browse files Browse the repository at this point in the history
This release fixes a few bugs introduced in the previous 0.13.0 release.
  • Loading branch information
aykevl authored and deadprogram committed Apr 21, 2020
1 parent 565ff99 commit a9ba6eb
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
0.13.1
---
* **standard library**
- `runtime`: do not put scheduler and GC code in the same section
- `runtime`: copy stack scan assembly for GBA
* **boards**
- `gameboy-advance`: always use ARM mode instead of Thumb mode


0.13.0
---
* **command line**
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ package main

// version of this package.
// Update this value before release of new version of software.
const version = "0.13.0"
const version = "0.13.1"

0 comments on commit a9ba6eb

Please sign in to comment.