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 a3ef114 commit 6ddd68dCopy full SHA for 6ddd68d
CHANGELOG.md
@@ -1,4 +1,10 @@
1
2
+## v2.20.2 (2021-12-14)
3
+
4
+### Fix
5
6
+- **poetry**: add typing-exteions to dev
7
8
## v2.20.1 (2021-12-14)
9
10
### Refactor
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.20.1"
+__version__ = "2.20.2"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.20.1"
+version = "2.20.2"
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