Skip to content

Commit 99264a4

Browse files
authored
chore(main): release 1.15.0 (#244)
1 parent 46fcb5f commit 99264a4

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [1.15.0](https://github.com/hverlin/mise-vscode/compare/v1.14.0...v1.15.0) (2026-08-01)
4+
5+
6+
### Features
7+
8+
* improve toml parsing ([#243](https://github.com/hverlin/mise-vscode/issues/243)) ([73a67ed](https://github.com/hverlin/mise-vscode/commit/73a67ed750c9597bdaa160ceec38f16580c9a869))
9+
* support monorepo config_roots path links ([46fcb5f](https://github.com/hverlin/mise-vscode/commit/46fcb5f7a4e884781cea7819a5c105eccee4a023))
10+
* tool-versions file support ([#246](https://github.com/hverlin/mise-vscode/issues/246)) ([54517a9](https://github.com/hverlin/mise-vscode/commit/54517a9837be93314765f6b465660fb7f0420c1f))
11+
312
## [1.14.0](https://github.com/hverlin/mise-vscode/compare/v1.13.0...v1.14.0) (2026-08-01)
413

514

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Mise VSCode",
44
"publisher": "hverlin",
55
"description": "mise support for Visual Studio code (dev-tools, tasks and environment variables)",
6-
"version": "1.14.0",
6+
"version": "1.15.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"

0 commit comments

Comments
 (0)