Skip to content

Commit

Permalink
Prepare release for Wasmi v0.32.2 (#1055)
Browse files Browse the repository at this point in the history
* bump Wasmi crate versions

* write changelog for v0.32.2
  • Loading branch information
Robbepop authored Jun 3, 2024
1 parent 04c3f3c commit a817996
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ Additionally we have an `Internal` section for changes that are of interest to d

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

## [`0.32.2`] - 2024-06-03

### Fixed

- Refine and generalize the fix for v0.32.1. (https://github.com/wasmi-labs/wasmi/pull/1054)

## [`0.32.1`] - 2024-06-03

### Fixed
Expand Down
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resolver = "2"
[workspace.package]
authors = ["Robin Freyler <[email protected]>"]
repository = "https://github.com/wasmi-labs/wasmi"
version = "0.32.1"
version = "0.32.2"
rust-version = "1.77"
edition = "2021"
readme = "README.md"
Expand All @@ -23,10 +23,10 @@ categories = ["wasm", "no-std", "virtualization"]
exclude = ["tests"]

[workspace.dependencies]
wasmi = { version = "0.32.1", path = "crates/wasmi", default-features = false }
wasmi_wasi = { version = "0.32.1", path = "crates/wasi", default-features = false }
wasmi_core = { version = "0.32.1", path = "crates/core", default-features = false }
wasmi_collections = { version = "0.32.1", path = "crates/collections", default-features = false }
wasmi = { version = "0.32.2", path = "crates/wasmi", default-features = false }
wasmi_wasi = { version = "0.32.2", path = "crates/wasi", default-features = false }
wasmi_core = { version = "0.32.2", path = "crates/core", default-features = false }
wasmi_collections = { version = "0.32.2", path = "crates/collections", default-features = false }
num-traits = { version = "0.2.8", default-features = false }

[profile.bench]
Expand Down

0 comments on commit a817996

Please sign in to comment.