main: version 0.13.1
This release fixes a few bugs introduced in the previous 0.13.0 release.
Этот коммит содержится в:
родитель
565ff99c31
коммит
a9ba6ebad9
2 изменённых файлов: 10 добавлений и 1 удалений
|
@ -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**
|
||||
|
|
|
@ -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"
|
||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче