Skip to content

Commit d52371e

Browse files
committed
Update changelog
Also update bump2version cfg file
1 parent 1da5516 commit d52371e

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.bumpversion.cfg

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,8 @@ replace = 'version': '{new_version}'
1212
[bumpversion:file:pyproject.toml]
1313
search = version = "{current_version}"
1414
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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
[v1.10.1](https://github.com/boriel/zxbasic/tree/v1.10.1)
26
===
37
+ Deprecating `zxb` executable in favour of `zxbc`

0 commit comments

Comments
 (0)