We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78c7095 commit b7c1e47Copy full SHA for b7c1e47
2 files changed
.cz.toml
@@ -2,7 +2,7 @@
2
name = "cz_conventional_commits"
3
tag_format = "v$version"
4
version_scheme = "semver"
5
-version = "0.1.0"
+version = "0.1.1"
6
update_changelog_on_bump = true
7
major_version_zero = false
8
annotated_tag = true
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.1.1 (2025-07-15)
+
+### Fix
+- fix logging output
## v0.1.0 (2025-07-15)
9
### Feat
0 commit comments