From 69997a8c9af4f89b2ff9b8a0aafeb81fc8d57d02 Mon Sep 17 00:00:00 2001 From: Hugues Verlin Date: Mon, 23 Dec 2024 22:48:24 +0100 Subject: [PATCH] chore(main): release 0.35.0 --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ed16e2..05d5f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.35.0](https://github.com/hverlin/mise-vscode/compare/v0.34.4...v0.35.0) (2024-12-23) + + +### Features + +* Add autocompletion for tool names and versions ([e742e6f](https://github.com/hverlin/mise-vscode/commit/e742e6faf6824a5f713491790f57a29e80c81345)) +* Add mise fmt ([5e9be2e](https://github.com/hverlin/mise-vscode/commit/5e9be2e4b624875e8e6fba185a53fdb176399465)) +* Open env variables defined in other files than toml files ([9c2f2ac](https://github.com/hverlin/mise-vscode/commit/9c2f2ace24713bae63281699501156457608015e)) + ## [0.34.4](https://github.com/hverlin/mise-vscode/compare/v0.34.3...v0.34.4) (2024-12-20) diff --git a/package.json b/package.json index da31a05..cefbb12 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.34.4", + "version": "0.35.0", "repository": { "type": "git", "url": "https://github.com/hverlin/mise-vscode"