diff --git a/CHANGELOG.md b/CHANGELOG.md index a53763f..fb94972 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,18 @@ We follow Semantic Versions since the `0.1.0` release. +## 0.3.0 + +### Features + +- `python3.9` support + +### Misc + +- Moves to Github Actions +- Poetry version update + + ## 0.2.1 ### Bugfixes diff --git a/pyproject.toml b/pyproject.toml index 7566807..82004f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry] name = "flake8-broken-line" -version = "0.2.1" +version = "0.3.0" description = "Flake8 plugin to forbid backslashes for line breaks" license = "MIT"