From a9873d1cc5a229f97f7f775511cecffa8288e071 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 23 Sep 2022 09:45:51 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.34.0=20=E2=86=92=202.35.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 1efc4c991..443ea360c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,7 +14,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/commitizen-tools/commitizen - rev: v2.34.0 # automatically updated by Commitizen + rev: v2.35.0 # automatically updated by Commitizen hooks: - id: commitizen - id: commitizen-branch diff --git a/CHANGELOG.md b/CHANGELOG.md index 05ef909d8..e9910e9f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v2.35.0 (2022-09-23) + +### Feat + +- allow fixup! and squash! in commit messages + ## v2.34.0 (2022-09-19) ### Feat diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 7b54ffecf..59485c2bc 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "2.34.0" +__version__ = "2.35.0" diff --git a/pyproject.toml b/pyproject.toml index eaa7a7eb6..e539fd60f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.34.0" +version = "2.35.0" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -30,7 +30,7 @@ exclude = ''' [tool.poetry] name = "commitizen" -version = "2.34.0" +version = "2.35.0" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"