Skip to content

Commit d78dfd5

Browse files
authored
Merge pull request #268 from boriel/release/bumpversion
Bump version: 1.9.8 → 1.9.9
2 parents abde313 + 9d8af03 commit d78dfd5

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.9.8
2+
current_version = 1.9.9
33
files = version.py
44

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
[v1.9.9](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.9)
2+
===
3+
+ ! Fix warning in parameters ByRef
4+
+ Makes LOAD and SAVE to ignore BREAK
5+
+ ! Little bug fixes and better stability
6+
+ Some docs and README fixes and improvements
7+
18
[v1.9.8](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.8)
29
===
310
+ ! Fix memory leak bug when doing procrustean substring assignation

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.9.8'
1+
VERSION = '1.9.9'

0 commit comments

Comments
 (0)