bump: version 0.5.19 → 0.5.20

This commit is contained in:
github-actions[bot] 2024-12-07 02:34:23 +00:00
parent 38447af730
commit 767e91f720
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,6 @@
name = "cz_conventional_commits" name = "cz_conventional_commits"
tag_format = "v$version" tag_format = "v$version"
version_scheme = "semver" version_scheme = "semver"
version = "0.5.19" version = "0.5.20"
update_changelog_on_bump = true update_changelog_on_bump = true
major_version_zero = true major_version_zero = true

View File

@ -1,3 +1,9 @@
## v0.5.20 (2024-12-07)
### Refactor
- simplify CI workflow by removing redundant asset publishing steps
## v0.5.19 (2024-12-06) ## v0.5.19 (2024-12-06)
### Feat ### Feat