File tree Expand file tree Collapse file tree 4 files changed +10
-4
lines changed
Expand file tree Collapse file tree 4 files changed +10
-4
lines changed Original file line number Diff line number Diff line change 5656 - tomli
5757
5858 - repo : https://github.com/commitizen-tools/commitizen
59- rev : v4.11.0 # automatically updated by Commitizen
59+ rev : v4.11.1 # automatically updated by Commitizen
6060 hooks :
6161 - id : commitizen
6262 - id : commitizen-branch
Original file line number Diff line number Diff line change 1+ ## v4.11.1 (2026-01-03)
2+
3+ ### Fix
4+
5+ - ** providers** : normalize package names in uv provider for uv.lock matching
6+
17## v4.11.0 (2025-12-29)
28
39### Feat
Original file line number Diff line number Diff line change 1- __version__ = "4.11.0 "
1+ __version__ = "4.11.1 "
Original file line number Diff line number Diff line change 11[project ]
22name = " commitizen"
3- version = " 4.11.0 "
3+ version = " 4.11.1 "
44description = " Python commitizen client tool"
55authors = [{ name = " Santiago Fraire" , email = " santiwilly@gmail.com" }]
66maintainers = [
@@ -122,7 +122,7 @@ build-backend = "uv_build"
122122
123123
124124[tool .commitizen ]
125- version = " 4.11.0 "
125+ version = " 4.11.1 "
126126tag_format = " v$version"
127127version_files = [
128128 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments