Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request boriel-basic#268 from boriel/release/bumpversion
Browse files Browse the repository at this point in the history
Bump version: 1.9.8 → 1.9.9
  • Loading branch information
boriel committed Apr 4, 2020
2 parents abde313 + 9d8af03 commit d78dfd5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[bumpversion]
current_version = 1.9.8
current_version = 1.9.9
files = version.py

7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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
+ ! Little bug fixes and better stability
+ Some docs and README fixes and improvements

[v1.9.8](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.8)
===
+ ! Fix memory leak bug when doing procrustean substring assignation
Expand Down
2 changes: 1 addition & 1 deletion version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '1.9.8'
VERSION = '1.9.9'

0 comments on commit d78dfd5

Please sign in to comment.