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

Commit d34c128

Browse files
committed
release 0.6.1
1 parent 3b80abd commit d34c128

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.1
2+
- Fix formatting not working when `zig.formattingProvider` was set to ZLS (@Techatrix)
3+
14
## 0.6.0
25
- Introduce a new fully featured version manager (@Techatrix)
36
- Add Zig test runner provider (@babaldotdev)

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.0",
5+
"version": "0.6.1",
66
"publisher": "ziglang",
77
"icon": "images/zig-icon.png",
88
"license": "MIT",

0 commit comments

Comments
 (0)