Skip to content

Commit f15ddf3

Browse files
committed
bump: version 0.1.2 → 0.2.0
1 parent ec9bdfe commit f15ddf3

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
119
## 0.1.2 (2020-11-23)
220

321
### Fix

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tool.commitizen]
44
name = "cz_conventional_commits"
5-
version = "0.1.2"
5+
version = "0.2.0"
66
tag_format = "$version"
77

88
# --------- Black -------------

0 commit comments

Comments
 (0)