diff --git a/CHANGELOG.md b/CHANGELOG.md index 047cbf6..486e4a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.6.3 +- Fix boolean ZLS options being ignored (@Techatrix) +- Always refer to ZLS as "ZLS language server" (@Techatrix) +- Ensure paths sent to terminal are properly escaped + ## 0.6.2 - Don't open every zig file in the workspace just to look for tests (@Techatrix) - Sync ZLS options (@Techatrix) diff --git a/package-lock.json b/package-lock.json index 0a3f0d4..bf803ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "vscode-zig", - "version": "0.6.2", + "version": "0.6.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "vscode-zig", - "version": "0.6.2", + "version": "0.6.3", "license": "MIT", "dependencies": { "axios": "^1.7.4", diff --git a/package.json b/package.json index b40155d..5f6cc54 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "vscode-zig", "displayName": "Zig Language", "description": "Language support for the Zig programming language", - "version": "0.6.2", + "version": "0.6.3", "publisher": "ziglang", "icon": "images/zig-icon.png", "license": "MIT",