We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1fc35b0 commit 09cf7b3Copy full SHA for 09cf7b3
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## v2.0.2 (2020-08-03)
2
+
3
+### Fix
4
5
+- **git**: use double quotation mark in get_tags
6
7
## v2.0.1 (2020-08-02)
8
9
### Fix
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.0.1"
+__version__ = "2.0.2"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.0.1"
+version = "2.0.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