Skip to content

Commit ea85ad6

Browse files
authored
Merge pull request #602 from boriel/release/bumpversion
Release/bumpversion
2 parents b9240ab + 084c669 commit ea85ad6

8 files changed

Lines changed: 20 additions & 39 deletions

File tree

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.16.1
2+
current_version = 1.16.2
33

44
[bumpversion:file:src/zxbc/version.py]
55
search = VERSION = "{current_version}"

Changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
[v1.16.2](https://github.com/boriel/zxbasic/tree/v1.16.2)
2+
===
3+
+ ! Fixed bug with assembler and temporary labels
4+
+ ! Fixed bug with drawing primitives (PLOT, DRAW, CIRCLE)
5+
* Improved optimization for binary operators (*, +)
6+
17
[v1.16.1](https://github.com/boriel/zxbasic/tree/v1.16.1)
28
===
39
+ minor bugfixes in the assembler and the testing suite

README.md

Lines changed: 3 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -106,34 +106,9 @@ ACKNOWLEDGEMENTS
106106
---------------
107107

108108
These are some people who has contributed in a way or another. I consider
109-
some of them co-authors (Britlion, LCD) of this project.
109+
some of them co-authors (Britlion, LCD, em00k, ...) of this project.
110110

111-
Thanks to:
112-
113-
* Andre Adrian [adrianandre AT compuserve.de] from which I ripped the 32 bits
114-
Z80 MULT and DIV routines.
115-
See: http://www.andreadrian.de/oldcpu/Z80_number_cruncher.html
116-
117-
* Matthew Wilson [matthew AT mjwilson.demon.co.uk] and
118-
Andy [fract AT zx-81.co.uk] from comp.sys.sinclair for their help on ROM FP-CALC usage.
119-
120-
* [Mulder](http://www.worldofspectrum.org/forums/member.php?u=1369) from World Of Spectrum
121-
for finding the nasty PRINT AT bug and the GTU8 bug.
122-
See: http://www.worldofspectrum.org/forums/showthread.php?p=278416&posted=1#post278416
123-
124-
* [Compiuter](http://www.speccy.org/foro/memberlist.php?mode=viewprofile&u=73) from
125-
Speccy.org for finding a bug in PRINT OVER 1 routine.
126-
127-
* [Britlion](https://www.boriel.com/forum/member.php?action=profile&uid=129)
128-
for his HUGE contribution (both in optimizations, ideas and libraries).
129-
130-
* [LCD](http://members.inode.at/838331/index.html)
131-
Author of the [BorIDE](http://members.inode.at/838331/pc/BorIDE%20v0.5%20(Version%20from%2003th%20March%202013).zip), which has also made many contributions to the project.
132-
133-
* There are several more contributions (e.g. Thanks to them for their intensive testing!). And thank you all
134-
(the entire community) for your interest!
135-
136-
If you have contributed in some way to this project, please, tell me so I'll add you to this list.
111+
Also, many thanks to people supporting this project with their donations!
137112

138113
------
139-
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/H2H81J0OU)
114+
[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/boriel)

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.16.1**</span>.
13+
Latest stable version is <span style="color: green;">**1.16.2**</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.16.1-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.1-win32.zip)
17+
http://www.boriel.com/files/zxb/zxbasic-1.16.2-win32.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.2-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.16.1-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.1-macos.tar.gz)
21+
http://www.boriel.com/files/zxb/zxbasic-1.16.2-macos.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.2-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.16.1-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.1-linux64.tar.gz)
25+
http://www.boriel.com/files/zxb/zxbasic-1.16.2-linux64.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.2-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.16.1.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.1.zip)
29+
http://www.boriel.com/files/zxb/zxbasic-1.16.2.zip](http://www.boriel.com/files/zxb/zxbasic-1.16.2.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.16.1.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.1.tar.gz)
33+
http://www.boriel.com/files/zxb/zxbasic-1.16.2.tar.gz](http://www.boriel.com/files/zxb/zxbasic-1.16.2.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.16.1"
3+
version = "1.16.2"
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.16.1",
26+
"version": "1.16.2",
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.16.1"
1+
VERSION = "1.16.2"

src/zxbc/version.py

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

0 commit comments

Comments
 (0)