We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b5e66d commit 27b4c54Copy full SHA for 27b4c54
CHANGELOG.md
@@ -1,4 +1,15 @@
1
2
+## v2.20.5 (2022-02-07)
3
+
4
+### Refactor
5
6
+- iter_modules only accepts str
7
8
+### Fix
9
10
+- Ignore packages that are not plugins
11
12
13
## v2.20.4 (2022-01-17)
14
15
### Fix
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.20.4"
+__version__ = "2.20.5"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.20.4"
+version = "2.20.5"
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