Skip to content

Commit 586fba0

Browse files
committed
Bump version: 1.9.9 → 1.10.0
1 parent 406f93f commit 586fba0

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

.bumpversion.cfg

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

Changelog.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
[v1.10.0](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.10.0)
2+
===
3+
+ ! Fix warning in arrays boundaries checks
4+
+ Allow shifting SCREEN coordinates for drawing
5+
+ Add mini-pacman example
6+
+ Add tool for viewing .SCR files
7+
+ Improved compatibility with Sinclair BASIC (--sinclair)
8+
+ Updates testing and parsing tools
9+
+ Code generation optimized
10+
+ Many bugfixes and improves stability
11+
+ Updates in online documentation
12+
113
[v1.9.9](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.9)
214
===
315
+ ! Fix warning in parameters ByRef

version.py

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

0 commit comments

Comments
 (0)