Skip to content

Commit d3599e2

Browse files
chore(main): release wit-idl 0.3.20
1 parent 84e63a6 commit d3599e2

4 files changed

Lines changed: 17 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.3.19"
2+
".": "0.3.20"
33
}

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.3.20](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.19...wit-idl-v0.3.20) (2025-12-11)
4+
5+
6+
### Features
7+
8+
* add C++ bindings generation support and update related configur… ([#103](https://github.com/bytecodealliance/vscode-wit/issues/103)) ([84e63a6](https://github.com/bytecodealliance/vscode-wit/commit/84e63a6fddbd223359eedced728661ee589bef96))
9+
* enhance CI workflows with caching for Node.js and Rust dependen… ([#105](https://github.com/bytecodealliance/vscode-wit/issues/105)) ([112963a](https://github.com/bytecodealliance/vscode-wit/commit/112963a40a757c0ba314b83302d7d7bd9a40242d))
10+
11+
12+
### Bug Fixes
13+
14+
* add context to WIT content parsing errors ([2772d4d](https://github.com/bytecodealliance/vscode-wit/commit/2772d4ddcb9b0b7d7d30f1a1390c85fecd272e43))
15+
316
## [0.3.19](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.18...wit-idl-v0.3.19) (2025-12-09)
417

518

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
@@ -3,7 +3,7 @@
33
"displayName": "WIT IDL",
44
"description": "WebAssembly Interface Type (WIT) IDL Extension for VSCode",
55
"private": true,
6-
"version": "0.3.19",
6+
"version": "0.3.20",
77
"publisher": "bytecodealliance",
88
"icon": "images/wit-icon.png",
99
"categories": [

0 commit comments

Comments
 (0)