From cf646706b53bbd7921b291d24063b8d7eb300899 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Fri, 13 Aug 2021 09:16:08 +0000 Subject: [PATCH] =?UTF-8?q?bump:=20version=202.17.13=20=E2=86=92=202.18.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 10 ++++++++++ commitizen/__version__.py | 2 +- pyproject.toml | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25a748580c..a9b383bac3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ +## v2.18.0 (2021-08-13) + +### Refactor + +- **shortcuts**: move check for shortcut config setting to apply to any list select + +### Feat + +- **prompt**: add keyboard shortcuts with config option + ## v2.17.13 (2021-07-14) ## v2.17.12 (2021-07-06) diff --git a/commitizen/__version__.py b/commitizen/__version__.py index 90c07a41b7..6ebac24f89 100644 --- a/commitizen/__version__.py +++ b/commitizen/__version__.py @@ -1 +1 @@ -__version__ = "2.17.13" +__version__ = "2.18.0" diff --git a/pyproject.toml b/pyproject.toml index 40346652df..c72e717fdd 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ [tool.commitizen] -version = "2.17.13" +version = "2.18.0" tag_format = "v$version" version_files = [ "pyproject.toml:version", @@ -29,7 +29,7 @@ exclude = ''' [tool.poetry] name = "commitizen" -version = "2.17.13" +version = "2.18.0" description = "Python commitizen client tool" authors = ["Santiago Fraire "] license = "MIT"