Skip to content

Commit

Permalink
bump: version 3.26.2 → 3.27.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 22, 2024
1 parent 912fda8 commit e9aa5d9
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 @@ -47,7 +47,7 @@ repos:
exclude: "poetry.lock"

- repo: https://github.com/commitizen-tools/commitizen
rev: v3.26.2 # automatically updated by Commitizen
rev: v3.27.0 # automatically updated by Commitizen
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v3.27.0 (2024-05-22)

### Feat

- **config_files**: add suport for "cz.toml" config file

## v3.26.2 (2024-05-22)

### 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__ = "3.26.2"
__version__ = "3.27.0"
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 = "3.26.2"
version = "3.27.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand All @@ -9,7 +9,7 @@ version_files = [

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

0 comments on commit e9aa5d9

Please sign in to comment.