From 452c402747a0b26793667ec113a48e311364c53b Mon Sep 17 00:00:00 2001 From: hverlin Date: Sat, 16 Nov 2024 09:57:10 -0500 Subject: [PATCH] chore(main): release 0.9.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 53d3f91..2ed1119 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.9.0](https://github.com/hverlin/mise-vscode/compare/v0.8.0...v0.9.0) (2024-11-16) + + +### Features + +* Add an option to symlinks tools to `.vscode/mise-tools` ([b8dd1c7](https://github.com/hverlin/mise-vscode/commit/b8dd1c70def37cbd8bf58deee57017d789671cac)) +* allow disabling mise extension for a workspace ([4ac18b6](https://github.com/hverlin/mise-vscode/commit/4ac18b6e2680b5a3e418045faf5bf1510a1e684a)) + ## [0.8.0](https://github.com/hverlin/mise-vscode/compare/v0.7.0...v0.8.0) (2024-11-14) diff --git a/package.json b/package.json index 7ac5b69..d60df05 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Mise VSCode", "publisher": "hverlin", "description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)", - "version": "0.8.0", + "version": "0.9.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"