bump: version 0.1.0 → 0.1.1

This commit is contained in:
Prad Nukala 2024-09-05 01:40:23 -04:00
parent 1902b3bbcf
commit d52d1682ab
2 changed files with 11 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 = "v0.1.0" version = "0.1.1"
update_changelog_on_bump = true update_changelog_on_bump = true
major_version_zero = true major_version_zero = true

View File

@ -1,3 +1,13 @@
## v0.1.1 (2024-09-05)
### Fix
- **release**: remove unnecessary quotes in tag pattern
### Refactor
- remove unused image building workflow
## 0.1.0 (2024-09-05) ## 0.1.0 (2024-09-05)
### Feat ### Feat