From 0e93206748dfdbcd71514fa61d75557e7b816e2d Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 11 Mar 2024 07:13:27 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.18.0=20=E2=86=92=203.18.1?= 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 4df7b3f62b..088e42daa6 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.0 # automatically updated by Commitizen + rev: v3.18.1 # automatically updated by Commitizen hooks: - id: commitizen - id: commitizen-branch diff --git a/CHANGELOG.md b/CHANGELOG.md index 6bd7818283..cfb874f5eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v3.18.1 (2024-03-11) + +### Fix + +- **changelog**: changelog hook was not called on dry run + ## v3.18.0 (2024-03-07) ### Feat diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 1b052a2ba3..1e25597fcc 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "3.18.0" +__version__ = "3.18.1" diff --git a/pyproject.toml b/pyproject.toml index a81cf299ba..31c83527b6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "3.18.0" +version = "3.18.1" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -9,7 +9,7 @@ version_files = [ [tool.poetry] name = "commitizen" -version = "3.18.0" +version = "3.18.1" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"