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 3269be9 commit 914c0ecCopy full SHA for 914c0ec
CHANGELOG.md
@@ -4,7 +4,10 @@ We follow Semantic Versions since the `0.1.0` release.
4
We used to have incremental versioning before `0.1.0`.
5
6
7
-## WIP
+## 0.4.0
8
+
9
+Development was focused around better test coverage and providing a better API
10
+for tests. We also now covering more cases and testing violation texts.
11
12
### Features
13
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "wemake-python-styleguide"
3
-version = "0.3.0"
+version = "0.4.0"
description = "The strictest and most opinionated python linter ever"
license = "MIT"
0 commit comments