diff --git a/.cz.toml b/.cz.toml index 7173f7e..d6cecdc 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver2" -version = "0.2.0" +version = "0.3.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index fcff4d1..1bc0985 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.3.0 (2025-06-15) + +### Refactor + +- change variable and function names to fit with golang conventions +- remove pointless else statments +- add package string +- **gitignore**: ignore compact build binary + ## 0.2.0 (2025-06-14) ### Feat