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 ec9bdfe commit f15ddf3Copy full SHA for f15ddf3
CHANGELOG.md
@@ -1,3 +1,21 @@
1
+## 0.2.0 (2020-12-10)
2
+
3
+### Feat
4
5
+- add bump makefile command
6
+- add flakehell exceptions and remove the missing docstring exception in tests
7
+- add the __all__ variable to the project __init__.py file
8
+- add yamlfix formatter to development requirements
9
10
+### fix
11
12
+- add typing information to the __all__ variable
13
14
+### Fix
15
16
+- **services**: correct docstring
17
+- **version**: correct the name of the package
18
19
## 0.1.2 (2020-11-23)
20
21
### Fix
pyproject.toml
@@ -2,7 +2,7 @@
[tool.commitizen]
name = "cz_conventional_commits"
-version = "0.1.2"
+version = "0.2.0"
tag_format = "$version"
# --------- Black -------------
0 commit comments