Skip to content

Commit d1a8f14

Browse files
authored
Merge pull request #218 from boriel/release/bumpversion
Bump version: 1.9.1 → 1.9.2
2 parents a55105c + e1a4252 commit d1a8f14

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-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.1
2+
current_version = 1.9.2
33
files = version.py
44

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
[v1.9.2](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.2)
2+
===
3+
+ ! Bugfix: fixes a bug in the optimizer (-O3 and -O4)
4+
+ Add `fastplot.bas` library
5+
16
[v1.9.1](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.1)
27
===
38
+ ! Bugfix: array access read / write might overflow. Fixed.

version.py

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

0 commit comments

Comments
 (0)