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.
2 parents a55105c + e1a4252 commit d1a8f14Copy full SHA for d1a8f14
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.9.1
+current_version = 1.9.2
3
files = version.py
4
Changelog.md
@@ -1,3 +1,8 @@
+[v1.9.2](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
+===
++ ! Bugfix: fixes a bug in the optimizer (-O3 and -O4)
++ Add `fastplot.bas` library
5
+
6
[v1.9.1](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.1)
7
===
8
+ ! Bugfix: array access read / write might overflow. Fixed.
version.py
@@ -1 +1 @@
-VERSION = '1.9.1'
+VERSION = '1.9.2'
0 commit comments