Skip to content

Commit

Permalink
Version 0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Oct 29, 2020
1 parent 96c4fea commit 7753127
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -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"
Expand Down

0 comments on commit 7753127

Please sign in to comment.