Skip to content

Commit

Permalink
bump: version 2.29.0 → 2.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jul 26, 2022
1 parent 1f0177c commit dee73f0
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Expand Up @@ -12,7 +12,7 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.29.0 # automatically updated by Commitizen
rev: v2.29.1 # automatically updated by Commitizen
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,15 @@

## v2.29.1 (2022-07-26)

### Fix

- **Check**: process empty commit message
- **ConventionalCommitsCz**: cz's schema validates the whole commit message now

### Refactor

- **Check**: remove the extra preprocessing of commit message file

## v2.29.0 (2022-07-22)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion commitizen/__version__.py
@@ -1 +1 @@
__version__ = "2.29.0"
__version__ = "2.29.1"
4 changes: 2 additions & 2 deletions pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "2.29.0"
version = "2.29.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down Expand Up @@ -30,7 +30,7 @@ exclude = '''

[tool.poetry]
name = "commitizen"
version = "2.29.0"
version = "2.29.1"
description = "Python commitizen client tool"
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit dee73f0

Please sign in to comment.