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 565ff99 commit a9ba6ebCopy full SHA for a9ba6eb
CHANGELOG.md
@@ -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
10
0.13.0
11
---
12
* **command line**
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.13.0"
+const version = "0.13.1"
0 commit comments