From d58515990ffa985b85c07e7ccb26b84c2d3f157d Mon Sep 17 00:00:00 2001 From: Chris Krycho Date: Mon, 28 Aug 2023 07:51:04 -0600 Subject: [PATCH] v0.2.0 --- CHANGELOG.md | 5 +++++ extension.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0eab4de..35bad50 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/extension.json b/extension.json index a1a1aa9..99601f8 100644 --- a/extension.json +++ b/extension.json @@ -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 },