4 files changed +11
-4
lines changed Original file line number Diff line number Diff line change 49
49
- tomli
50
50
51
51
- repo : https://github.com/commitizen-tools/commitizen
52
- rev : v4.1.0 # automatically updated by Commitizen
52
+ rev : v4.1.1 # automatically updated by Commitizen
53
53
hooks :
54
54
- id : commitizen
55
55
- id : commitizen-branch
Original file line number Diff line number Diff line change
1
+ ## v4.1.1 (2025-01-26)
2
+
3
+ ### Fix
4
+
5
+ - ** get-next-bump** : add a test case
6
+ - ** get-next-bump** : fix to permit usage of --get-next options even when update_changelog_on_bump is set to true
7
+
1
8
## v4.1.0 (2024-12-06)
2
9
3
10
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "4.1.0 "
1
+ __version__ = "4.1.1 "
Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
- version = " 4.1.0 "
2
+ version = " 4.1.1 "
3
3
tag_format = " v$version"
4
4
version_files = [
5
5
" pyproject.toml:version" ,
@@ -9,7 +9,7 @@ version_files = [
9
9
10
10
[tool .poetry ]
11
11
name = " commitizen"
12
- version = " 4.1.0 "
12
+ version = " 4.1.1 "
13
13
description = " Python commitizen client tool"
14
14
authors = [" Santiago Fraire <santiwilly@gmail.com>" ]
15
15
license = " MIT"
0 commit comments