Skip to content

Commit 3daba4c

Browse files
bump: version 2.8.28 → 2.9.0
1 parent c0cdf6e commit 3daba4c

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-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 = ["pyproject.toml:version"]
4-
version = "2.8.28"
4+
version = "2.9.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
"tomli<3.0.0,>=2.2.1; python_version < \"3.13\"",
2222
]
2323
name = "twyn"
24-
version = "2.8.28"
24+
version = "2.9.0"
2525
description = ""
2626
readme = "README.md"
2727

0 commit comments

Comments
 (0)