From c8a9008df7540dd527b3a81787e4d7aa2cf1fdea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 10:42:39 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.18.4=20=E2=86=92=203.19.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 6 ++++++ commitizen/__version__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 74d6c53d5..6adebbedd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -46,7 +46,7 @@ repos: exclude: "poetry.lock" - repo: https://github.com/commitizen-tools/commitizen - rev: v3.18.4 # automatically updated by Commitizen + rev: v3.19.0 # automatically updated by Commitizen hooks: - id: commitizen - id: commitizen-branch diff --git a/CHANGELOG.md b/CHANGELOG.md index 2cfbeb556..3e9017611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v3.19.0 (2024-03-19) + +### Feat + +- **changelog**: adds a `changelog_release_hook` called for each release in the changelog (#1018) + ## v3.18.4 (2024-03-14) ### Fix diff --git a/commitizen/__version__.py b/commitizen/__version__.py index e3c8f4ce8..0e6cf3e2e 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "3.18.4" +__version__ = "3.19.0" diff --git a/pyproject.toml b/pyproject.toml index 8f0995e1e..4ac781df3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "3.18.4" +version = "3.19.0" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -9,7 +9,7 @@ version_files = [ [tool.poetry] name = "commitizen" -version = "3.18.4" +version = "3.19.0" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"