From 775312796e983ba4db1ef33b8eaf807a825b484d Mon Sep 17 00:00:00 2001 From: sobolevn Date: Thu, 29 Oct 2020 12:01:24 +0300 Subject: [PATCH] Version 0.3.0 release --- CHANGELOG.md | 12 ++++++++++++ pyproject.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) 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"