Skip to content

Commit 1a59f1a

Browse files
authored
Merge pull request #580 from boriel/release/bumpversion
Release/bumpversion
2 parents 7af8134 + 6a1e0f3 commit 1a59f1a

7 files changed

Lines changed: 29 additions & 20 deletions

File tree

.bumpversion.cfg

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
[bumpversion]
2-
current_version = 1.15.2
2+
current_version = 1.16.0
33

44
[bumpversion:file:src/zxbc/version.py]
5-
search = VERSION = '{current_version}'
6-
replace = VERSION = '{new_version}'
5+
search = VERSION = "{current_version}"
6+
replace = VERSION = "{new_version}"
77

88
[bumpversion:file:src/zxbasm/version.py]
9-
search = VERSION = '{current_version}'
10-
replace = VERSION = '{new_version}'
9+
search = VERSION = "{current_version}"
10+
replace = VERSION = "{new_version}"
1111

1212
[bumpversion:file:setup.py]
13-
search = 'version': '{current_version}'
14-
replace = 'version': '{new_version}'
13+
search = "version": "{current_version}"
14+
replace = "version": "{new_version}"
1515

1616
[bumpversion:file:pyproject.toml]
1717
search = version = "{current_version}"

Changelog.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
[v1.16.0](https://github.com/boriel/zxbasic/tree/v1.15.0)
2+
===
3+
+ Added optional parameters
4+
+ Added keyword args
5+
+ Allow temporary labels (1b, 1f) in the assembler
6+
+ ! Fixed several bugs in the assembler and compiler
7+
+ Produces better code for multiplications in ZX Next
8+
+ zx0 compression library updated (thx to Einar Saukas)
9+
110
[v1.15.2](https://github.com/boriel/zxbasic/tree/v1.15.2)
211
===
312
+ ! Fixed a bug with command line options
@@ -34,7 +43,7 @@
3443
preprocessor
3544
+ Warnings and error messages improved with codes
3645
+ Warnings can now be silenced with -Wxxx (i.e. -W150)
37-
+ Improved error reporting (files and line numbers)
46+
+ Improved error reporting (files and line numbers)
3847
+ Improved code generation and optimization
3948
+ Speed compilation increased by 100%!
4049
+ ! Fixed many bugs and improved stability
@@ -177,7 +186,7 @@
177186
+ ! Bugfix: Setting multiple `ORG` within ASM blocks crashed the compiler. Fixed.
178187
+ Change code style to pass more flake8 tests
179188
+ Add `--append-binary` command line flag to append binaries to tape file
180-
+ Add `--append-headless-binary` cmdlie flag to do like the above, but headless.
189+
+ Add `--append-headless-binary` cmdlie flag to do like the above, but headless.
181190

182191
[v1.8.9](https://github.com/boriel/zxbasic/tree/v1.8.9)
183192
===
@@ -281,7 +290,7 @@
281290
===
282291
+ Added many more drawing primitives for Radastan Mode
283292
+ Added instructions `ON .. GOTO` and `ON .. GOSUB`
284-
+ Added UART library (by yomboprime) for serial communication
293+
+ Added UART library (by yomboprime) for serial communication
285294
+ ! Several bugfixes and minor errors and better stability
286295
+ Better code generation
287296
+ Allows array initialization with @label references

docs/archive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ repository (git).
1010
You can contribute to ZX BASIC by reporting possible bugs or improvement suggestions at the
1111
[forum](http://www.boriel.com/forum) or in social media.
1212

13-
Latest stable version is <span style="color: green;">**1.15.2**</span>.
13+
Latest stable version is <span style="color: green;">**1.16.0**</span>.
1414
Click on the desired icon below to download the package suitable for your platform:
1515

1616
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/win32.png" alt="win32zip" width="32px"/>
17-
http://www.boriel.com/files/zxb/zxbasic-1.15.2-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.15.2-win32.zip)
17+
http://www.boriel.com/files/zxb/zxbasic-1.16.0-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.0-win32.zip)
1818
<br />Windows .exe zip package. No install needed, just uncompress it in a directory of your choice.
1919
<br/>&nbsp;
2020
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/macos.png" alt="macostargz" width="32px"/>
21-
http://www.boriel.com/files/zxb/zxbasic-1.15.2-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.15.2-macos.tar.gz)
21+
http://www.boriel.com/files/zxb/zxbasic-1.16.0-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.0-macos.tar.gz)
2222
<br />Mac OS x64 binary package. No install needed, just uncompress it in a directory of your choice.
2323
<br/>&nbsp;
2424
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/linux.png" alt="macostargz" width="32px"/>
25-
http://www.boriel.com/files/zxb/zxbasic-1.15.2-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.15.2-linux64.tar.gz)
25+
http://www.boriel.com/files/zxb/zxbasic-1.16.0-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.0-linux64.tar.gz)
2626
<br />Linux x64 binary package. No install needed, just uncompress it in a directory of your choice.
2727
<br/>&nbsp;
2828
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/zip-package.png" alt="zip" width="32px"/>
29-
http://www.boriel.com/files/zxb/zxbasic-1.15.2.zip](http://www.boriel.com/files/zxb/zxbasic-1.15.2.zip)
29+
http://www.boriel.com/files/zxb/zxbasic-1.16.0.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.0.zip)
3030
<br />Windows, Linux, Mac zip package, with python scripts. Requires python installed in your system.
3131
<br/>&nbsp;
3232
* [<img src="https://zxbasic.readthedocs.io/en/docs/img/driver-down.png" alt="tar.gz" width="32px"/>
33-
http://www.boriel.com/files/zxb/zxbasic-1.15.2.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.15.2.tar.gz)
33+
http://www.boriel.com/files/zxb/zxbasic-1.16.0.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.0.tar.gz)
3434
<br />Windows, Linux, Mac tar.gz package, with python scripts. Requires python installed in your system.
3535

3636
###What's new

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "zxbasic"
3-
version = "1.15.2"
3+
version = "1.16.0"
44
description = "Boriel's ZX BASIC Compiler"
55
authors = ["Jose Rodriguez <boriel@gmail.com>"]
66
license = "GPL-3.0-or-later"

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424
setup_kwargs = {
2525
"name": "zxbasic",
26-
"version": "1.15.2",
26+
"version": "1.16.0",
2727
"description": "Boriel's ZX BASIC Compiler",
2828
"classifiers": [
2929
# How mature is this project? Common values are

src/zxbasm/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.15.2"
1+
VERSION = "1.16.0"

src/zxbc/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "1.15.2"
1+
VERSION = "1.16.0"

0 commit comments

Comments
 (0)