File tree Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Expand file tree Collapse file tree 4 files changed +14
-4
lines changed Original file line number Diff line number Diff line change 4949 - tomli
5050
5151 - repo : https://github.com/commitizen-tools/commitizen
52- rev : v4.1.1 # automatically updated by Commitizen
52+ rev : v4.2.0 # automatically updated by Commitizen
5353 hooks :
5454 - id : commitizen
5555 - id : commitizen-branch
Original file line number Diff line number Diff line change 1+ ## v4.2.0 (2025-02-07)
2+
3+ ### Feat
4+
5+ - draft of the --empty parameter
6+
7+ ### Refactor
8+
9+ - ** bump** : rename --empty as --allow-no-commit
10+
111## v4.1.1 (2025-01-26)
212
313### Fix
Original file line number Diff line number Diff line change 1- __version__ = "4.1.1 "
1+ __version__ = "4.2.0 "
Original file line number Diff line number Diff line change 11[project ]
22name = " commitizen"
3- version = " 4.1.1 "
3+ version = " 4.2.0 "
44description = " Python commitizen client tool"
55authors = [{ name = " Santiago Fraire" , email = " santiwilly@gmail.com" }]
66maintainers = [
@@ -86,7 +86,7 @@ build-backend = "poetry.core.masonry.api"
8686
8787
8888[tool .commitizen ]
89- version = " 4.1.1 "
89+ version = " 4.2.0 "
9090tag_format = " v$version"
9191version_files = [
9292 " pyproject.toml:version" ,
You can’t perform that action at this time.
0 commit comments