Skip to content

Commit a9ba6eb

Browse files
aykevldeadprogram
authored andcommitted
main: version 0.13.1
This release fixes a few bugs introduced in the previous 0.13.0 release.
1 parent 565ff99 commit a9ba6eb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
0.13.1
2+
---
3+
* **standard library**
4+
- `runtime`: do not put scheduler and GC code in the same section
5+
- `runtime`: copy stack scan assembly for GBA
6+
* **boards**
7+
- `gameboy-advance`: always use ARM mode instead of Thumb mode
8+
9+
110
0.13.0
211
---
312
* **command line**

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package main
22

33
// version of this package.
44
// Update this value before release of new version of software.
5-
const version = "0.13.0"
5+
const version = "0.13.1"

0 commit comments

Comments
 (0)