Skip to content

Commit

Permalink
bump: version 2.29.2 → 2.29.3
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 2, 2022
1 parent d36abf5 commit 2ff9f15
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repos:
- id: no-commit-to-branch

- repo: https://github.com/commitizen-tools/commitizen
rev: v2.29.2 # automatically updated by Commitizen
rev: v2.29.3 # automatically updated by Commitizen
hooks:
- id: commitizen
stages: [commit-msg]
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@

## v2.29.3 (2022-08-02)

### Refactor

- **changelog**: removes unused code. duplicates are found in changelog_parser

## v2.29.2 (2022-07-27)

### Fix
Expand Down
2 changes: 1 addition & 1 deletion commitizen/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.29.2"
__version__ = "2.29.3"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "2.29.2"
version = "2.29.3"
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.2"
version = "2.29.3"
description = "Python commitizen client tool"
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 2ff9f15

Please sign in to comment.