Skip to content

Commit a3039a4

Browse files
bump: version 3.2.0 → 3.3.0
1 parent d810678 commit a3039a4

3 files changed

Lines changed: 14 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.2.0"
4+
version = "3.3.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## v3.3.0 (2025-09-02)
2+
3+
### Feat
4+
5+
- make config file optional (#295)
6+
- allow to set use_cache from config file (#292)
7+
- load config from `twyn.toml` if it exists (#291)
8+
9+
### CI
10+
11+
- bump checkout action to 5.0.0 in docker-build action (#289)
12+
113
## v3.2.0 (2025-09-01)
214

315
### Feat

VERSION

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

0 commit comments

Comments
 (0)