File tree 4 files changed +24
-4
lines changed
4 files changed +24
-4
lines changed Original file line number Diff line number Diff line change 20
20
- id : no-commit-to-branch
21
21
22
22
- repo : https://github.com/commitizen-tools/commitizen
23
- rev : v3.1.1 # automatically updated by Commitizen
23
+ rev : v3.2.0 # automatically updated by Commitizen
24
24
hooks :
25
25
- id : commitizen
26
26
- id : commitizen-branch
Original file line number Diff line number Diff line change 1
1
2
+ ## v3.2.0 (2023-05-01)
3
+
4
+ ### Feat
5
+
6
+ - ** hooks** : add prepare-commit-msg and post-commit hooks
7
+ - ** commit** : add --write-message-to-file option
8
+
9
+ ### Fix
10
+
11
+ - ** bump** : better match for change_type when finding increment
12
+ - ** changelog** : breaking change on additional types for conventional commits
13
+ - ** bump** : breaking changes on additional types for conventional commits
14
+ - improve errors message when empty .cz.json found
15
+ - ** init** : poetry detection
16
+ - bump decli which is type hinted
17
+
18
+ ### Refactor
19
+
20
+ - ** commit** : change type of write_message_to_file to path
21
+
2
22
## v3.1.1 (2023-04-28)
3
23
4
24
### Fix
Original file line number Diff line number Diff line change 1
- __version__ = "3.1.1 "
1
+ __version__ = "3.2.0 "
Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
- version = " 3.1.1 "
2
+ version = " 3.2.0 "
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.1.1 "
12
+ version = " 3.2.0 "
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