Skip to content

Commit

Permalink
chore: New build
Browse files Browse the repository at this point in the history
  • Loading branch information
chezhj committed Nov 5, 2023
1 parent 7104619 commit 6c253ba
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .cz.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "1.1.0"
version = "1.2.0"
update_changelog_on_bump = true
version_files = [
"_version.py",
"Installer/_version.iss:MyAppVersion",
]
pre_bump_hooks = [
"build/make.cmd"
"build\\make.cmd"
]
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v1.2.0 (2023-11-05)

### Feat

- **listener**: Rewrite to on_modified

## v1.1.0 (2023-11-03)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion Installer/_version.iss
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define MyAppVersion "1.1.0"
#define MyAppVersion "1.2.0"
2 changes: 1 addition & 1 deletion _version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
"""
Versionnumber placeholder
"""
__version__ = "1.1.0"
__version__ = "1.2.0"
Binary file modified output/sbRenamer/base_library.zip
Binary file not shown.
Binary file modified output/sbRenamer/sbRenamer.exe
Binary file not shown.

0 comments on commit 6c253ba

Please sign in to comment.