diff --git a/.cz.toml b/.cz.toml index 7baf9cf..973c69f 100644 --- a/.cz.toml +++ b/.cz.toml @@ -2,6 +2,6 @@ name = "cz_conventional_commits" tag_format = "$version" version_scheme = "semver" -version = "0.1.0" +version = "0.2.0" update_changelog_on_bump = true major_version_zero = true diff --git a/CHANGELOG.md b/CHANGELOG.md index e037937..e133d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 0.2.0 (2025-05-26) + +### Feat + +- Add config file for halloy + +### Fix + +- **.stowrc**: spelling mistake fix + ## 0.1.0 (2025-05-26) ### Feat