File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change 11
22[tool .commitizen ]
33version_files = [" pyproject.toml:version" ]
4- version = " 2.8.28 "
4+ version = " 2.9.0 "
55tag_format = " v$version"
66name = " cz_customize"
77
Original file line number Diff line number Diff line change 1+ ## v2.9.0 (2025-08-19)
2+
3+ ### Feat
4+
5+ - replace poetry with uv (#245 )
6+ - support uv.lock files (#244 )
7+
8+ ### CI
9+
10+ - update security jobs (#243 )
11+
12+ ### Technical
13+
14+ - bump types-requests from 2.32.4.20250611 to 2.32.4.20250809 (#241 )
15+ - bump ruff from 0.12.7 to 0.12.8 in the patch-updates group (#240 )
16+ - bump the patch-updates group with 2 updates (#239 )
17+ - bump the minor-updates group across 1 directory with 2 updates (#238 )
18+ - bump the patch-updates group with 2 updates (#236 )
19+
120## v2.8.28 (2025-07-16)
221
322### chore
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ dependencies = [
2121 " tomli<3.0.0,>=2.2.1; python_version < \" 3.13\" " ,
2222]
2323name = " twyn"
24- version = " 2.8.28 "
24+ version = " 2.9.0 "
2525description = " "
2626readme = " README.md"
2727
You can’t perform that action at this time.
0 commit comments