File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1212 - id : no-commit-to-branch
1313
1414 - repo : https://github.com/commitizen-tools/commitizen
15- rev : v2.27.0 # automatically updated by Commitizen
15+ rev : v2.27.1 # automatically updated by Commitizen
1616 hooks :
1717 - id : commitizen
1818 stages : [commit-msg]
Original file line number Diff line number Diff line change 11
2+ ## v2.27.1 (2022-05-22)
3+
4+ ### Fix
5+
6+ - ** pre-commit** : Use new --allow-abort option
7+ - ** pre-commit** : Confine hook to commit-msg stage
8+ - ** pre-commit** : Set min pre-commit to v1.4.3
9+ - ** pre-commit** : Don't require serial execution
10+
211## v2.27.0 (2022-05-16)
312
413### Feat
Original file line number Diff line number Diff line change 1- __version__ = "2.27.0 "
1+ __version__ = "2.27.1 "
Original file line number Diff line number Diff line change 11[tool .commitizen ]
2- version = " 2.27.0 "
2+ version = " 2.27.1 "
33tag_format = " v$version"
44version_files = [
55 " pyproject.toml:version" ,
@@ -30,7 +30,7 @@ exclude = '''
3030
3131[tool .poetry ]
3232name = " commitizen"
33- version = " 2.27.0 "
33+ version = " 2.27.1 "
3434description = " Python commitizen client tool"
3535authors = [" Santiago Fraire <santiwilly@gmail.com>" ]
3636license = " MIT"
You can’t perform that action at this time.
0 commit comments