diff --git a/.cz.toml b/.cz.toml index bf42e09..827e629 100644 --- a/.cz.toml +++ b/.cz.toml @@ -1,6 +1,6 @@ [tool.commitizen] name = "cz_conventional_commits" -version = "0.9.2" +version = "0.9.3" tag_format = "v$version" bump_message = "bump: Semantic Release Bot: Realease Version: $new_version 🤖🚀 [skip ci]" version_files = [ diff --git a/CHANGELOG.md b/CHANGELOG.md index 4823fb5..bf97bd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v0.9.3 (2025-01-09) + +### Fix + +- add slice support + ## v0.9.2 (2024-12-10) ### Fix