Skip to content

Commit

Permalink
v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Aug 28, 2023
1 parent 43ddc37 commit d585159
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.2.0

- Add support for Unison as an injection, i.e. in Markdown code blocks.
- Add an explicit license ([Blue Oak Model License 1.0](https://blueoakcouncil.org/license/1.0.0)).

## v0.1.0

Initial release, with very basic syntax highlighting support.
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": "Unison",
"organization": "Chris Krycho",
"description": "Unison programming language support",
"version": "0.1.0",
"version": "0.2.0",
"categories": ["languages", "issues"],
"activationEvents": ["onLanguage:unison", "onCommand:startUCM"],
"entitlements": { "process": true },
Expand Down

0 comments on commit d585159

Please sign in to comment.