Skip to content

Commit

Permalink
bump: version 2.17.13 → 2.18.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 13, 2021
1 parent dedcb2d commit cf64670
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion commitizen/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "2.17.13"
__version__ = "2.18.0"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.commitizen]
version = "2.17.13"
version = "2.18.0"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
Expand Down Expand Up @@ -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 <[email protected]>"]
license = "MIT"
Expand Down

0 comments on commit cf64670

Please sign in to comment.