Skip to content

Commit

Permalink
Version 0.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Jun 26, 2020
1 parent 2188f26 commit 4df2944
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion pyproject.toml
Expand Up @@ -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"

Expand All @@ -30,6 +30,7 @@ classifiers = [

[tool.poetry.dependencies]
python = "^3.6"

coverage = "^5.0"
packaging = "^20.4"

Expand Down

0 comments on commit 4df2944

Please sign in to comment.