We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8316f commit 59cd45dCopy full SHA for 59cd45d
.cz.toml
@@ -2,7 +2,7 @@
2
name = "cz_conventional_commits"
3
tag_format = "v$version"
4
version_scheme = "semver"
5
-version = "0.2.0"
+version = "0.3.0"
6
update_changelog_on_bump = true
7
major_version_zero = false
8
annotated_tag = true
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v0.3.0 (2025-07-16)
+
+### Feat
+- improve command substitution variable access
## v0.2.0 (2025-07-15)
9
### Feat
0 commit comments