Skip to content

Commit c4ddbad

Browse files
authored
Merge pull request #210 from boriel/release/bumpversion
Bump version: 1.9.0 → 1.9.1
2 parents 8c9215f + 2324255 commit c4ddbad

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[bumpversion]
2-
current_version = 1.9.0
2+
current_version = 1.9.1
33
files = version.py
44

Changelog.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[v1.9.1](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.1)
2+
===
3+
+ ! Bugfix: array access read / write might overflow. Fixed.
4+
+ Array access speedup and optimization.
5+
+ Dropped support for PyPy and Python 2.x
6+
17
[v1.9.0](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.0)
28
===
39
+ New and completely refactored optimizer which now allow patterns.<br />
@@ -6,7 +12,7 @@
612
+ New optimizer level -O4 (peephole)
713
+ zxbasm (assembler) now allows several instructions per line using `:`
814
+ zxbasm allows labels to be declared without using colon.
9-
+ Some other little optimizationn
15+
+ Some other little optimization
1016

1117
[v1.8.10](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.8.10)
1218
===

version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '1.9.0'
1+
VERSION = '1.9.1'

0 commit comments

Comments
 (0)