File tree Expand file tree Collapse file tree 3 files changed +31
-2
lines changed
Expand file tree Collapse file tree 3 files changed +31
-2
lines changed Original file line number Diff line number Diff line change 11
22[tool .commitizen ]
33version_files = [" VERSION" ]
4- version = " 3.0 .0"
4+ version = " 3.1 .0"
55tag_format = " v$version"
66name = " cz_customize"
77
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- v3.0 .0
1+ v3.1 .0
You can’t perform that action at this time.
0 commit comments