Skip to content

Commit 42ec30b

Browse files
committed
Release version 0.7.0
1 parent fba0878 commit 42ec30b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Version 0.7.0
2+
3+
**Released 17th March 2023**
4+
5+
- Global preferences are now available as well as per-project preferences. A global preference will be used when it hasn't been set at the project level
6+
- Support [Black's preview style](https://black.readthedocs.io/en/stable/the_black_code_style/future_style.html#preview-style)
7+
18
## Version 0.6.0
29

310
**Released 20th January 2023**

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 it with Black",
6-
"version": "0.6.0",
6+
"version": "0.7.0",
77
"categories": ["issues", "formatters", "commands"],
88
"homepage": "https://extensions.panic.com/extensions/is.flother/is.flother.Blake/",
99
"repository": "https://github.com/flother/Blake.novaextension",

0 commit comments

Comments
 (0)