From de3b042b39c779b5608bae59a7bc0428dff830fb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 14 Oct 2023 01:50:42 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=203.10.0=20=E2=86=92=203.10.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .pre-commit-config.yaml | 2 +- CHANGELOG.md | 7 +++++++ commitizen/__version__.py | 2 +- pyproject.toml | 4 ++-- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f7a0bef41f..afcaa5f827 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.10.0 # automatically updated by Commitizen + rev: v3.10.1 # automatically updated by Commitizen hooks: - id: commitizen - id: commitizen-branch diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c03d578c5..f18eee0ab3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,11 @@ +## v3.10.1 (2023-10-14) + +### Fix + +- **bump**: add bump support with custom type + scope + exclamation mark +- **bump**: version bumping + ## v3.10.0 (2023-09-25) ### Feat diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 9ce9954cf1..27c09cdf92 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "3.10.0" +__version__ = "3.10.1" diff --git a/pyproject.toml b/pyproject.toml index c0dfc73151..5f0b564c01 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "3.10.0" +version = "3.10.1" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -9,7 +9,7 @@ version_files = [ [tool.poetry] name = "commitizen" -version = "3.10.0" +version = "3.10.1" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"