Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Aeron committed Sep 27, 2020
1 parent 103e590 commit 2bf8860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

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

## 0.2.0 (2020-09-27)

Minor update. Just more strict declarations (`var`/`let`/`const`).

## 0.1.0 (2020-09-27)

The initial public release.
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": "0.1.0",
"version": "0.2.0",
"categories": ["formatters", "commands"],
"repository": "https://github.com/Aeron/Black.novaextension",
"bugs": "https://github.com/Aeron/Black.novaextension/issues",
Expand Down

0 comments on commit 2bf8860

Please sign in to comment.