Skip to content

Commit 64f9830

Browse files
chore(main): release wit-idl 0.3.20 (#102)
🤖 I have created a release *beep* *boop* --- ## [0.3.20](wit-idl-v0.3.19...wit-idl-v0.3.20) (2025-12-11) ### Features * add C++ bindings generation support and update related configur… ([#103](#103)) ([84e63a6](84e63a6)) * add support for generating Markdown documentation and update re… ([#104](#104)) ([65b0f49](65b0f49)) * enhance CI workflows with caching for Node.js and Rust dependen… ([#105](#105)) ([112963a](112963a)) ### Bug Fixes * add context to WIT content parsing errors ([2772d4d](2772d4d)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0ad8ce9 commit 64f9830

File tree

4 files changed

+18
-4
lines changed

4 files changed

+18
-4
lines changed
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: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
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+
* add support for generating Markdown documentation and update re… ([#104](https://github.com/bytecodealliance/vscode-wit/issues/104)) ([65b0f49](https://github.com/bytecodealliance/vscode-wit/commit/65b0f4948cf296afc4b775929c609bbbadbf17a9))
10+
* 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))
11+
12+
13+
### Bug Fixes
14+
15+
* add context to WIT content parsing errors ([2772d4d](https://github.com/bytecodealliance/vscode-wit/commit/2772d4ddcb9b0b7d7d30f1a1390c85fecd272e43))
16+
317
## [0.3.19](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.18...wit-idl-v0.3.19) (2025-12-09)
418

519

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)