Skip to content

Commit 170b126

Browse files
release: js-component-bindgen v2.0.11
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4a49143 commit 170b126

4 files changed

Lines changed: 14 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ wit-bindgen-core = { version = "0.58.0", default-features = false }
6161

6262
wast = { version = "251.0.0", default-features = false, features = [ "component-model" ] }
6363

64-
js-component-bindgen = { version = "2.0.10", path = "./crates/js-component-bindgen" }
64+
js-component-bindgen = { version = "2.0.11", path = "./crates/js-component-bindgen" }

crates/js-component-bindgen/CHANGELOG.md

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

3+
## [2.0.11] - 2026-07-09
4+
5+
### 🐛 Bug Fixes
6+
7+
- _(bindgen)_ async host import stream/future result lowering by @lann in #1739
8+
9+
- _(bindgen)_ render string encode intrinsics for flat string lowering by @lann in #1738
10+
11+
12+
13+
314
## [2.0.10] - 2026-07-06
415

516
### 🐛 Bug Fixes

crates/js-component-bindgen/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "js-component-bindgen"
3-
version = "2.0.10"
3+
version = "2.0.11"
44
license = "Apache-2.0 WITH LLVM-exception"
55
categories = ["wasm"]
66
keywords = ["webassembly", "wasm"]

0 commit comments

Comments
 (0)