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 abde313 + 9d8af03 commit d78dfd5Copy full SHA for d78dfd5
.bumpversion.cfg
@@ -1,4 +1,4 @@
1
[bumpversion]
2
-current_version = 1.9.8
+current_version = 1.9.9
3
files = version.py
4
Changelog.md
@@ -1,3 +1,10 @@
+[v1.9.9](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.9)
+===
++ ! Fix warning in parameters ByRef
++ Makes LOAD and SAVE to ignore BREAK
5
++ ! Little bug fixes and better stability
6
++ Some docs and README fixes and improvements
7
+
8
[v1.9.8](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.8)
9
===
10
+ ! Fix memory leak bug when doing procrustean substring assignation
version.py
@@ -1 +1 @@
-VERSION = '1.9.8'
+VERSION = '1.9.9'
0 commit comments