Skip to content
This repository was archived by the owner on Nov 25, 2025. It is now read-only.

Commit ac345ff

Browse files
committed
release 0.6.17
1 parent 41772be commit ac345ff

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 0.6.17
2+
- Fix invalid minising URL breaking package installs (@Techatrix)
3+
14
## 0.6.16
25
- Cache mirror and version list
36
- This enables `zig.install` to work even if [ziglang.org](https://ziglang.org) is down

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
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.16",
5+
"version": "0.6.17",
66
"publisher": "ziglang",
77
"icon": "images/zig-icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)