From 57fe0eaf52fbe625c11eb12a32a0dcf8791cba49 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Wed, 2 Dec 2020 15:40:07 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.9.0=20=E2=86=92=202.10.0?= 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 f66e4a76f..8da4562f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## v2.10.0 (2020-12-02) + +### Feat + +- **commitizen/cli**: add the integration with argcomplete + ## v2.9.0 (2020-12-02) ### Fix diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 43ce13db0..1c622223b 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "2.9.0" +__version__ = "2.10.0" diff --git a/pyproject.toml b/pyproject.toml index 9174c59cc..a449b7328 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.9.0" +version = "2.10.0" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -29,7 +29,7 @@ exclude = ''' [tool.poetry] name = "commitizen" -version = "2.9.0" +version = "2.10.0" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"