File tree 4 files changed +15
-4
lines changed
4 files changed +15
-4
lines changed Original file line number Diff line number Diff line change 47
47
exclude : " poetry.lock"
48
48
49
49
- repo : https://github.com/commitizen-tools/commitizen
50
- rev : v3.26.0 # automatically updated by Commitizen
50
+ rev : v3.26.1 # automatically updated by Commitizen
51
51
hooks :
52
52
- id : commitizen
53
53
- id : commitizen-branch
Original file line number Diff line number Diff line change
1
+ ## v3.26.1 (2024-05-22)
2
+
3
+ ### Fix
4
+
5
+ - ** cli/commands** : add description for subcommands
6
+
7
+ ### Refactor
8
+
9
+ - ** KNOWN_SCHEMES** : replace set comprehension for list comprehension
10
+ - ** tests/commands** : move "other" tests for the correspondent file
11
+
1
12
## v3.26.0 (2024-05-18)
2
13
3
14
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "3.26.0 "
1
+ __version__ = "3.26.1 "
Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
- version = " 3.26.0 "
2
+ version = " 3.26.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 = " 3.26.0 "
12
+ version = " 3.26.1 "
13
13
description = " Python commitizen client tool"
14
14
authors = [" Santiago Fraire <santiwilly@gmail.com>" ]
15
15
license = " MIT"
You can’t perform that action at this time.
0 commit comments