Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit dee73f0

Browse files
bump: version 2.29.0 → 2.29.1
1 parent 1f0177c commit dee73f0

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repos:
1212
- id: no-commit-to-branch
1313

1414
- repo: https://github.com/commitizen-tools/commitizen
15-
rev: v2.29.0 # automatically updated by Commitizen
15+
rev: v2.29.1 # automatically updated by Commitizen
1616
hooks:
1717
- id: commitizen
1818
stages: [commit-msg]

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
11

2+
## v2.29.1 (2022-07-26)
3+
4+
### Fix
5+
6+
- **Check**: process empty commit message
7+
- **ConventionalCommitsCz**: cz's schema validates the whole commit message now
8+
9+
### Refactor
10+
11+
- **Check**: remove the extra preprocessing of commit message file
12+
213
## v2.29.0 (2022-07-22)
314

415
### Feat

commitizen/__version__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "2.29.0"
1+
__version__ = "2.29.1"

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tool.commitizen]
2-
version = "2.29.0"
2+
version = "2.29.1"
33
tag_format = "v$version"
44
version_files = [
55
"pyproject.toml:version",
@@ -30,7 +30,7 @@ exclude = '''
3030

3131
[tool.poetry]
3232
name = "commitizen"
33-
version = "2.29.0"
33+
version = "2.29.1"
3434
description = "Python commitizen client tool"
3535
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
3636
license = "MIT"

0 commit comments

Comments
 (0)