From 2ff9f155435b487057ce5bd8e32e1ab02fd57c94 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 2 Aug 2022 16:09:33 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.29.2=20=E2=86=92=202.29.3?= 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 2cf5707e4f..ff65aaeca1 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -12,7 +12,7 @@ repos: - id: no-commit-to-branch - repo: https://github.com/commitizen-tools/commitizen - rev: v2.29.2 # automatically updated by Commitizen + rev: v2.29.3 # automatically updated by Commitizen hooks: - id: commitizen stages: [commit-msg] diff --git a/CHANGELOG.md b/CHANGELOG.md index b41daf353c..4305887cf2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v2.29.3 (2022-08-02) + +### Refactor + +- **changelog**: removes unused code. duplicates are found in changelog_parser + ## v2.29.2 (2022-07-27) ### Fix diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 5571c6ba57..f99856f5d7 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "2.29.2" +__version__ = "2.29.3" diff --git a/pyproject.toml b/pyproject.toml index b91dd34043..886c3e6a74 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.29.2" +version = "2.29.3" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -30,7 +30,7 @@ exclude = ''' [tool.poetry] name = "commitizen" -version = "2.29.2" +version = "2.29.3" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"