We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12941f3 commit a644728Copy full SHA for a644728
.cz.toml
@@ -1,5 +1,5 @@
1
[tool.commitizen]
2
-version = "0.20.0"
+version = "0.21.0"
3
bump_message = "build(version): :bookmark: update version from $current_version to $new_version"
4
version_schema = "semver"
5
version_provider = "commitizen"
CHANGELOG.md
@@ -17,6 +17,12 @@ individual release will not have many changes within it. Below is a list
17
of the releases we've made so far, along with what was changed within
18
each release.
19
20
+## 0.21.0 (2026-02-18)
21
+
22
+### Feat
23
24
+- :sparkles: use ruff to check for unused arguments instead of vulture (#246)
25
26
## 0.20.0 (2026-02-16)
27
28
### Feat
0 commit comments