From aa0debe9ae5939afb54de5f26c7f0c395894e330 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 6 May 2021 09:21:16 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.17.5=20=E2=86=92=202.17.6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ commitizen/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33e4c7d403..167c010b7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ +## v2.17.6 (2021-05-06) + +### Fix + +- **cz/conventional_commits**: optionally expect '!' right before ':' in schema_pattern + ## v2.17.5 (2021-05-06) ## v2.17.4 (2021-04-22) diff --git a/commitizen/__version__.py b/commitizen/__version__.py index b33b8dc03b..a4d4630238 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "2.17.5" +__version__ = "2.17.6" diff --git a/pyproject.toml b/pyproject.toml index 9922259f89..ee8a8622bb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.17.5" +version = "2.17.6" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -29,7 +29,7 @@ exclude = ''' [tool.poetry] name = "commitizen" -version = "2.17.5" +version = "2.17.6" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"