Skip to content

Commit e36bc05

Browse files
authored
chore(main): release 0.52.0 (#136)
1 parent 0182d69 commit e36bc05

2 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [0.52.0](https://github.com/hverlin/mise-vscode/compare/v0.51.1...v0.52.0) (2025-07-21)
4+
5+
6+
### Features
7+
8+
* get mise config use `--json` option" ([#118](https://github.com/hverlin/mise-vscode/issues/118)) ([fb4932c](https://github.com/hverlin/mise-vscode/commit/fb4932c468801a0c45f5aecb01cb7d843500459e))
9+
* use mise dr --json to check if mise can self update ([d804507](https://github.com/hverlin/mise-vscode/commit/d804507c3b80b4ac38a5eda2a7893839a93d4aa6))
10+
11+
12+
### Bug Fixes
13+
14+
* ensure tools list is resized correctly when closing terminal ([b40c6cb](https://github.com/hverlin/mise-vscode/commit/b40c6cbbf6050f1de65c2626471ccb43d105c9fd))
15+
316
## [0.51.1](https://github.com/hverlin/mise-vscode/compare/v0.51.0...v0.51.1) (2025-07-21)
417

518

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

0 commit comments

Comments
 (0)