Skip to content

Commit 6d33510

Browse files
release: js-component-bindgen v1.19.5
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 48a8983 commit 6d33510

4 files changed

Lines changed: 26 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
@@ -58,4 +58,4 @@ wit-bindgen-core = { version = "0.54.0", default-features = false }
5858
wit-component = { version = "0.245.1", features = ["dummy-module"] }
5959
wit-parser = { version = "0.245.1", default-features = false }
6060

61-
js-component-bindgen = { version = "1.19.4", path = "./crates/js-component-bindgen" }
61+
js-component-bindgen = { version = "1.19.5", path = "./crates/js-component-bindgen" }

crates/js-component-bindgen/CHANGELOG.md

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

3+
## [1.19.5] - 2026-06-01
4+
5+
### 🐛 Bug Fixes
6+
7+
- _(bindgen)_ track resource origination at runtime by @vados-cosmonic
8+
9+
- _(bindgen)_ resource transfer logic by @vados-cosmonic
10+
11+
12+
### 🚜 Refactor
13+
14+
- _(bindgen)_ clearer autovivicaion of individual handle table by @vados-cosmonic in #1572
15+
16+
- _(bindgen)_ make handle tables global screaming snake case by @vados-cosmonic
17+
18+
19+
### ⚙️ Miscellaneous Tasks
20+
21+
- _(bindgen)_ remove dead code by @vados-cosmonic
22+
23+
24+
25+
326
## [1.19.4] - 2026-05-27
427

528
### 🐛 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 = "1.19.4"
3+
version = "1.19.5"
44
license = "Apache-2.0 WITH LLVM-exception"
55
categories = ["wasm"]
66
keywords = ["webassembly", "wasm"]

0 commit comments

Comments
 (0)