Skip to content

Commit a817996

Browse files
authored
Prepare release for Wasmi v0.32.2 (#1055)
* bump Wasmi crate versions * write changelog for v0.32.2
1 parent 04c3f3c commit a817996

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ Additionally we have an `Internal` section for changes that are of interest to d
88

99
Dates in this file are formattes as `YYYY-MM-DD`.
1010

11+
## [`0.32.2`] - 2024-06-03
12+
13+
### Fixed
14+
15+
- Refine and generalize the fix for v0.32.1. (https://github.com/wasmi-labs/wasmi/pull/1054)
16+
1117
## [`0.32.1`] - 2024-06-03
1218

1319
### Fixed

Cargo.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ resolver = "2"
1313
[workspace.package]
1414
authors = ["Robin Freyler <[email protected]>"]
1515
repository = "https://github.com/wasmi-labs/wasmi"
16-
version = "0.32.1"
16+
version = "0.32.2"
1717
rust-version = "1.77"
1818
edition = "2021"
1919
readme = "README.md"
@@ -23,10 +23,10 @@ categories = ["wasm", "no-std", "virtualization"]
2323
exclude = ["tests"]
2424

2525
[workspace.dependencies]
26-
wasmi = { version = "0.32.1", path = "crates/wasmi", default-features = false }
27-
wasmi_wasi = { version = "0.32.1", path = "crates/wasi", default-features = false }
28-
wasmi_core = { version = "0.32.1", path = "crates/core", default-features = false }
29-
wasmi_collections = { version = "0.32.1", path = "crates/collections", default-features = false }
26+
wasmi = { version = "0.32.2", path = "crates/wasmi", default-features = false }
27+
wasmi_wasi = { version = "0.32.2", path = "crates/wasi", default-features = false }
28+
wasmi_core = { version = "0.32.2", path = "crates/core", default-features = false }
29+
wasmi_collections = { version = "0.32.2", path = "crates/collections", default-features = false }
3030
num-traits = { version = "0.2.8", default-features = false }
3131

3232
[profile.bench]

0 commit comments

Comments
 (0)