Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeron committed May 27, 2023
1 parent b11957f commit c5a18e6
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,18 @@

These versions follow [Semantic Versioning 2.0](https://semver.org).

## 1.0.2 (2023-05-27)

### Changed

+ Executable path proper expansion
+ Safer promise behavior for expected errors

### Added

+ Error logging for an invalid execution path
+ Read-only filesystem entitlement

## 1.0.1 (2022-02-04)

Formatter (Python syntax only) activation fix.
Expand Down
2 changes: 1 addition & 1 deletion extension.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Black",
"organization": "Aeron",
"description": "Black, the uncompromising Python code formatter, for Nova.",
"version": "1.0.1",
"version": "1.0.2",
"categories": ["formatters", "commands"],
"repository": "https://github.com/Aeron/Black.novaextension",
"bugs": "https://github.com/Aeron/Black.novaextension/issues",
Expand Down

0 comments on commit c5a18e6

Please sign in to comment.