Skip to content

Commit 6ce7a28

Browse files
bump: version 2.9.2 → 2.9.3
1 parent e3b77ba commit 6ce7a28

File tree

3 files changed

+23
-2
lines changed

3 files changed

+23
-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 = "2.9.2"
4+
version = "2.9.3"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
## v2.9.3 (2025-08-20)
2+
3+
### Refactor
4+
5+
- small refactoring changes (#251)
6+
7+
### CI
8+
9+
- Create action for docker builds (#261)
10+
- change package ecosystem to uv (#260)
11+
- allow dependabot to update GitHub actions (#250)
12+
13+
### Technical
14+
15+
- bump docker/build-push-action from 5.4.0 to 6.18.0 (#263)
16+
- bump actions/create-github-app-token from 1.12.0 to 2.1.1 (#259)
17+
- bump actions/checkout from 4.2.2 to 5.0.0 (#253)
18+
- bump actions/cache from 4.2.3 to 4.2.4 in the patch-updates group (#257)
19+
- bump the minor-updates group with 3 updates (#258)
20+
- run ensurepip before copying lock dependency files (#247)
21+
122
## v2.9.2 (2025-08-19)
223

324
### Fix

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v2.9.2
1+
v2.9.3

0 commit comments

Comments
 (0)