Skip to content

Commit

Permalink
bump: version 4.3.0 → 4.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Mar 2, 2025
1 parent 74554c2 commit 9aae58e
Show file tree
Hide file tree
Showing 4 changed files with 14 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 @@ -48,7 +48,7 @@ repos:
- tomli

- repo: https://github.com/commitizen-tools/commitizen
rev: v4.3.0 # automatically updated by Commitizen
rev: v4.4.0 # automatically updated by Commitizen
hooks:
- id: commitizen
- id: commitizen-branch
Expand Down
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v4.4.0 (2025-03-02)

### Feat

- **tags**: adds `legacy_tag_formats` and `ignored_tag_formats` settings

### Refactor

- **get_tag_regexes**: dedup tag regexes definition

## v4.3.0 (2025-02-28)

### Feat
Expand Down
2 changes: 1 addition & 1 deletion commitizen/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "4.3.0"
__version__ = "4.4.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "commitizen"
version = "4.3.0"
version = "4.4.0"
description = "Python commitizen client tool"
authors = [{ name = "Santiago Fraire", email = "[email protected]" }]
maintainers = [
Expand Down Expand Up @@ -87,7 +87,7 @@ build-backend = "poetry.core.masonry.api"


[tool.commitizen]
version = "4.3.0"
version = "4.4.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down

0 comments on commit 9aae58e

Please sign in to comment.