We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6cbcec commit b5f1115Copy full SHA for b5f1115
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.0.0"
+version = "0.1.0"
6
update_changelog_on_bump = true
7
major_version_zero = false
8
annotated_tag = true
CHANGELOG.md
@@ -0,0 +1,5 @@
1
+## v0.1.0 (2025-07-14)
+
+### Feat
+- initial stable release for public use
0 commit comments