Skip to content

Commit 3465b4b

Browse files
committed
Release version 0.3.0
1 parent d5a29b5 commit 3465b4b

2 files changed

Lines changed: 15 additions & 3 deletions

File tree

Blake.novaextension/CHANGELOG.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,21 @@
1-
## Version 0.2.0 (2020-09-21)
1+
## Version 0.3.0
2+
3+
**Released 22nd September 2020**
4+
5+
- Add support for using [Black](https://black.readthedocs.io/) to format Python code
6+
- Log Flake8 stderr output as single console string
7+
- Move `.gitignore` to the root of the repo
8+
9+
## Version 0.2.0
10+
11+
**Released 21st September 2020**
212

313
- Explain in README how to use Flake8 plugins if you install it via Pipx
414
- Fix bug where the last issue wasn't removed from the list after it was fixed
515
- Remove unused code that streams from stdin
616

7-
## Version 0.1.0 (2020-09-20)
17+
## Version 0.1.0
18+
19+
**Released 20th September 2020**
820

921
Initial public release.

Blake.novaextension/extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Blake",
44
"organization": "Flother",
55
"description": "Lint your Python source code with Flake8, format them with Black",
6-
"version": "0.2.0",
6+
"version": "0.3.0",
77
"categories": ["issues", "commands"],
88
"repository": "https://github.com/flother/nova-blake",
99
"bugs": "https://github.com/flother/nova-blake/issues",

0 commit comments

Comments
 (0)