8000
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 509e747 commit d6e6eb5Copy full SHA for d6e6eb5
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+## v2.0.1 (2020-08-02)
2
+
3
+### Fix
4
5
+- **commands/changelog**: add exception message when failing to find an incremental revision
6
+- **commands/bump**: display message variable properly
7
8
## v2.0.0 (2020-07-26)
9
10
### Fix
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.0.0"
+__version__ = "2.0.1"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.0.0"
+version = "2.0.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