We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49789df commit 33b53e6Copy full SHA for 33b53e6
CHANGELOG.md
@@ -1,4 +1,12 @@
1
2
+## v2.21.1 (2022-02-22)
3
+
4
+### Refactor
5
6
+- Switch to issue forms
7
8
9
10
## v2.21.0 (2022-02-17)
11
12
### Feat
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.21.0"
+__version__ = "2.21.1"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.21.0"
+version = "2.21.1"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
@@ -29,7 +29,7 @@ exclude = '''
29
30
[tool.poetry]
31
name = "commitizen"
32
33
description = "Python commitizen client tool"
34
authors = ["Santiago Fraire <santiwilly@gmail.com>"]
35
license = "MIT"
0 commit comments