Skip to content

Commit e15c73b

Browse files
bump: version 3.0.0 → 3.1.0
1 parent 7654c14 commit e15c73b

File tree

3 files changed

+31
-2
lines changed

3 files changed

+31
-2
lines changed

.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.0.0"
4+
version = "3.1.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
## v3.1.0 (2025-08-28)
2+
3+
### Feat
4+
5+
- support multiple sources and create CacheHandler (#274)
6+
- clear cache through the cli (#271)
7+
- save downloaded packages to cache (#270)
8+
9+
### Fix
10+
11+
- run conventional-label only on main (#276)
12+
13+
### Refactor
14+
15+
- Change exception handling in cli (#277)
16+
17+
### CI
18+
19+
- run build test action when there's a change in the action file (#268)
20+
21+
### Docs
22+
23+
- udpate docs (#269)
24+
25+
### Technical
26+
27+
- bump dependabot/fetch-metadata from 1.1.1 to 2.4.0 (#273)
28+
- bump astral-sh/setup-uv from 6.5.0 to 6.6.0 in the minor-updates group (#272)
29+
130
## v3.0.0 (2025-08-20)
231

332
### BREAKING CHANGE

VERSION

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

0 commit comments

Comments
 (0)