Skip to content

Commit dba623d

Browse files
authored
chore(main): release 1.16.0 (#248)
1 parent 489c55f commit dba623d

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [1.16.0](https://github.com/hverlin/mise-vscode/compare/v1.15.0...v1.16.0) (2026-08-02)
4+
5+
6+
### Features
7+
8+
* improve monorepo support, search tasks ([#249](https://github.com/hverlin/mise-vscode/issues/249)) ([8753e1b](https://github.com/hverlin/mise-vscode/commit/8753e1b7db5e7c31557d02f9f70b956368f0a5e0))
9+
* mise bootstrap support ([#247](https://github.com/hverlin/mise-vscode/issues/247)) ([93469b4](https://github.com/hverlin/mise-vscode/commit/93469b4eaf39e5c4e3e6bdc7d10a43eafc30af54))
10+
* rewrite task deps graph ([#252](https://github.com/hverlin/mise-vscode/issues/252)) ([9ac024c](https://github.com/hverlin/mise-vscode/commit/9ac024c047f69dccd1710007457d5d7fc10229c5))
11+
12+
13+
### Bug Fixes
14+
15+
* prevent command injection from workspace config, gate workspace mise binaries ([489c55f](https://github.com/hverlin/mise-vscode/commit/489c55ff2b86042ffe51bf23a9fedfe952645fca))
16+
317
## [1.15.0](https://github.com/hverlin/mise-vscode/compare/v1.14.0...v1.15.0) (2026-08-01)
418

519

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.15.0",
6+
"version": "1.16.0",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/hverlin/mise-vscode"

0 commit comments

Comments
 (0)