diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c1b07f..3172421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ We follow [Semantic Versions](https://semver.org/). +## Version 0.3.1 + +### Bugfixes + +- Adds `packaging` to the deps + + ## Version 0.3.0 ### Features diff --git a/pyproject.toml b/pyproject.toml index cff7f18..cd28be1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ style = "https://raw.githubusercontent.com/wemake-services/wemake-python-stylegu [tool.poetry] name = "coverage-conditional-plugin" -version = "0.3.0" +version = "0.3.1" description = "Conditional coverage based on any rules you define!" license = "MIT" @@ -30,6 +30,7 @@ classifiers = [ [tool.poetry.dependencies] python = "^3.6" + coverage = "^5.0" packaging = "^20.4"