Skip to content

Commit e4a8faa

Browse files
github-actions[bot]GordonSmith
authored andcommitted
chore(main): release wit-idl 0.3.25
1 parent a98fadd commit e4a8faa

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-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.24"
2+
".": "0.3.25"
33
}

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.3.25](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.24...wit-idl-v0.3.25) (2026-02-01)
4+
5+
6+
### Features
7+
8+
* integrate go bindings generation using wit-bindgen-go and update documentation ([a98fadd](https://github.com/bytecodealliance/vscode-wit/commit/a98faddd8b90ebcb94ae174110763c82db21c21f))
9+
10+
11+
### Bug Fixes
12+
13+
* drop wee_alloc (security) ([f76364b](https://github.com/bytecodealliance/vscode-wit/commit/f76364b24e95c5614d2bccbfe4647147437ed81a))
14+
315
## [0.3.24](https://github.com/bytecodealliance/vscode-wit/compare/wit-idl-v0.3.23...wit-idl-v0.3.24) (2026-02-01)
416

517

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.24",
6+
"version": "0.3.25",
77
"publisher": "bytecodealliance",
88
"icon": "images/wit-icon.png",
99
"categories": [

0 commit comments

Comments
 (0)