We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da5516 commit d52371eCopy full SHA for d52371e
2 files changed
.bumpversion.cfg
@@ -12,3 +12,8 @@ replace = 'version': '{new_version}'
12
[bumpversion:file:pyproject.toml]
13
search = version = "{current_version}"
14
replace = version = "{new_version}"
15
+
16
+[bumpversion:file:docs/archive.md]
17
+search = version = "zxbasic-{current_version}"
18
+replace = version = "zxbasic-{new_version}"
19
Changelog.md
@@ -1,3 +1,7 @@
1
+[v1.10.2](https://github.com/boriel/zxbasic/tree/v1.10.2)
2
+===
3
++ ! Fix a critical bug with local arrays
4
5
[v1.10.1](https://github.com/boriel/zxbasic/tree/v1.10.1)
6
===
7
+ Deprecating `zxb` executable in favour of `zxbc`
0 commit comments