Skip to content

Commit cc346d6

Browse files
bump: version 6.0.4 → 6.1.0
1 parent df0e86d commit cc346d6

File tree

3 files changed

+37
-2
lines changed

3 files changed

+37
-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 = "6.0.4"
4+
version = "6.1.0"
55
tag_format = "v$version"
66
name = "cz_customize"
77

CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,38 @@
1+
## v6.1.0 (2026-03-17)
2+
3+
### Feat
4+
5+
- docker-compose parser (#427)
6+
- Scan Dockerfile for typos (#422)
7+
- download DockerHub top packages weekly (#420)
8+
- MCP support (#417)
9+
10+
### CI
11+
12+
- fix weekly download of top packages (#441)
13+
- require to test python package and docker build before publishing (#423)
14+
15+
### Technical
16+
17+
- bump actions/create-github-app-token from 2.2.1 to 3.0.0 (#431)
18+
- bump ruff from 0.12.3 to 0.15.6 (#437)
19+
- bump dorny/paths-filter from 3.0.2 to 4.0.1 (#433)
20+
- bump astral-sh/setup-uv from 7.3.1 to 7.6.0 (#432)
21+
- bump softprops/action-gh-release from 2.5.0 to 2.6.1 (#430)
22+
- bump actions/download-artifact from 7.0.0 to 8.0.1 (#434)
23+
- bump commitizen from 4.13.8 to 4.13.9 in the patch-updates group (#435)
24+
- bump mypy from 1.16.1 to 1.19.1 (#439)
25+
- bump tomlkit from 0.13.3 to 0.14.0 (#438)
26+
- bump types-python-dateutil from 2.9.0.20260124 to 2.9.0.20260305 (#436)
27+
- bump authlib from 1.6.8 to 1.6.9 (#440)
28+
- bump pyjwt from 2.11.0 to 2.12.0 (#429)
29+
- bump docker/login-action from 3.7.0 to 4.0.0 (#426)
30+
- bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in the patch-updates group (#424)
31+
- bump astral-sh/setup-uv in the patch-updates group
32+
- bump astral-sh/setup-uv from 7.3.0 to 7.3.1 in the patch-updates group (#419)
33+
- bump astral-sh/setup-uv in the patch-updates group
34+
- Weekly update of trusted packages
35+
136
## v6.0.4 (2026-02-25)
237

338
### Technical

VERSION

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

0 commit comments

Comments
 (0)