Skip to content

Commit 179bc33

Browse files
committed
release 0.6.8
1 parent f74e5d9 commit 179bc33

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.8
2+
- Fix regression in using config options placeholders in paths.
3+
14
## 0.6.7
25
- Windows: prefer tar.exe in system32 over $PATH if available (@Techatrix)
36
- Add a workaround for [ziglang/zig#21905](https://github.com/ziglang/zig/issues/21905) on MacOS and BSDs (@Techatrix)

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-zig",
33
"displayName": "Zig Language",
44
"description": "Language support for the Zig programming language",
5-
"version": "0.6.7",
5+
"version": "0.6.8",
66
"publisher": "ziglang",
77
"icon": "images/zig-icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)