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 df45b59 commit f6b7a7fCopy full SHA for f6b7a7f
CHANGELOG.md
@@ -3,6 +3,14 @@
3
We follow [Semantic Versions](https://semver.org/).
4
5
6
+## Version 0.5.0
7
+
8
+### Features
9
10
+- `python3.10` support
11
+- `coverage@6` support
12
13
14
## Version 0.4.0
15
16
### Features
pyproject.toml
@@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu
[tool.poetry]
name = "coverage-conditional-plugin"
-version = "0.4.0"
+version = "0.5.0"
description = "Conditional coverage based on any rules you define!"
license = "MIT"
0 commit comments