Skip to content

Commit ee4cf5c

Browse files
authored
Merge pull request #306 from boriel/release/bumpversion
Bump version: 1.9.9 → 1.10.0
2 parents 406f93f + 43e24bd commit ee4cf5c

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
[v1.10.0](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.10.0)
2+
===
3+
+ ! Fix warning in arrays boundaries checks
4+
+ Added support for ZX Next extended ASM instruction set
5+
+ Allow shifting SCREEN coordinates for drawing
6+
+ Add mini-pacman example
7+
+ Add tool for viewing .SCR files
8+
+ Improved compatibility with Sinclair BASIC (--sinclair)
9+
+ Updates testing and parsing tools
10+
+ Code generation optimized
11+
+ Many bugfixes and improves stability
12+
+ Updates in online documentation
13+
114
[v1.9.9](https://bitbucket.org/zxbasic/zxbasic/commits/tag/v1.9.9)
215
===
316
+ ! 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)