We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 514ff61 commit c51a521Copy full SHA for c51a521
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v2.11.0 (2020-12-10)
2
+
3
+### Feat
4
5
+- add yaml as a config option
6
7
+### feat
8
9
+- **config**: add support for the new class YAMLConfig at the root of the confi internal package
10
11
## v2.10.0 (2020-12-02)
12
13
### Feat
commitizen/__version__.py
@@ -1 +1 @@
-__version__ = "2.10.0"
+__version__ = "2.11.0"
pyproject.toml
@@ -1,5 +1,5 @@
[tool.commitizen]
-version = "2.10.0"
+version = "2.11.0"
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