bump: version 0.6.1 → 0.6.2

This commit is contained in:
github-actions[bot] 2025-01-06 19:00:34 +00:00
parent 7f3aa01bd5
commit 866468c002
2 changed files with 8 additions and 1 deletions

View File

@ -2,7 +2,7 @@
name = "cz_conventional_commits"
tag_format = "v$version"
version_scheme = "semver"
version = "0.6.1"
version = "0.6.2"
update_changelog_on_bump = true
major_version_zero = true
changelog_file = "CHANGELOG.md"

View File

@ -1,3 +1,10 @@
## v0.6.2 (2025-01-06)
### Refactor
- simplify release process and remove unnecessary tasks
- remove devcontainer configuration
## v0.6.1 (2024-12-30)
### Feat