File tree Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Expand file tree Collapse file tree 4 files changed +19
-4
lines changed Original file line number Diff line number Diff line change 14
14
- id : no-commit-to-branch
15
15
16
16
- repo : https://github.com/commitizen-tools/commitizen
17
- rev : v2.38 .0 # automatically updated by Commitizen
17
+ rev : v2.39 .0 # automatically updated by Commitizen
18
18
hooks :
19
19
- id : commitizen
20
20
- id : commitizen-branch
Original file line number Diff line number Diff line change 1
1
2
+ ## v2.39.0 (2022-12-31)
3
+
4
+ ### Feat
5
+
6
+ - ** init** : allow user to select which type of pre commit hooks to install
7
+
8
+ ### Fix
9
+
10
+ - ** init** : space between ` --hook-type ` options
11
+ - ** init** : report error when hook installation failed
12
+
13
+ ### Refactor
14
+
15
+ - ** init** : ` _install_pre_commit_hook ` raise error when failed
16
+
2
17
## v2.38.0 (2022-12-12)
3
18
4
19
### Feat
Original file line number Diff line number Diff line change 1
- __version__ = "2.38 .0"
1
+ __version__ = "2.39 .0"
Original file line number Diff line number Diff line change 1
1
[tool .commitizen ]
2
- version = " 2.38 .0"
2
+ version = " 2.39 .0"
3
3
tag_format = " v$version"
4
4
version_files = [
5
5
" pyproject.toml:version" ,
@@ -30,7 +30,7 @@ exclude = '''
30
30
31
31
[tool .poetry ]
32
32
name = " commitizen"
33
- version = " 2.38 .0"
33
+ version = " 2.39 .0"
34
34
description = " Python commitizen client tool"
35
35
authors = [
" Santiago Fraire <[email protected] >" ]
36
36
license = " MIT"
You can’t perform that action at this time.
0 commit comments