Skip to content

Commit dc46593

Browse files
bump: version 3.1.0 → 3.2.0
1 parent b24f248 commit dc46593

3 files changed

Lines changed: 20 additions & 2 deletions

File tree

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[tool.commitizen]
33
version_files = ["VERSION"]
4-
version = "3.1.0"
4+
version = "3.2.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
## v3.2.0 (2025-09-01)
2+
3+
### Feat
4+
5+
- allow to get results as json (#284)
6+
- allow to disable track while evaluating dependencies (#282)
7+
- 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+
119
## v3.1.0 (2025-08-28)
220

321
### Feat

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v3.1.0
1+
v3.2.0

0 commit comments

Comments
 (0)