We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b24f248 commit dc46593Copy full SHA for dc46593
3 files changed
.cz.toml
@@ -1,7 +1,7 @@
1
2
[tool.commitizen]
3
version_files = ["VERSION"]
4
-version = "3.1.0"
+version = "3.2.0"
5
tag_format = "v$version"
6
name = "cz_customize"
7
CHANGELOG.md
@@ -1,3 +1,21 @@
+## v3.2.0 (2025-09-01)
+
+### Feat
+- allow to get results as json (#284)
+- allow to disable track while evaluating dependencies (#282)
+- expose `check_dependencies` to the main interface (#278)
8
9
+### Fix
10
11
+- Properly annotate `check_dependencies`'s `selector_method` arg (#287)
12
13
+### Docs
14
15
+- remove old cache file path from docs (#288)
16
+- fix docs (#286)
17
+- update docs with json and "twyn as a package" examples (#285)
18
19
## v3.1.0 (2025-08-28)
20
21
### Feat
VERSION
@@ -1 +1 @@
-v3.1.0
+v3.2.0
0 commit comments