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 5706e1c commit 2b64adfCopy full SHA for 2b64adf
CHANGELOG.md
@@ -1,4 +1,11 @@
1
2
+## v2.17.2 (2021-04-10)
3
+
4
+### Fix
5
6
+- **bump**: replace all occurances that match regex
7
+- **wip**: add test for current breaking change
8
9
## v2.17.1 (2021-04-08)
10
11
### Fix
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.17.1"
+__version__ = "2.17.2"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.17.1"
+version = "2.17.2"
tag_format = "v$version"
version_files = [
"pyproject.toml:version",
0 commit comments