Skip to content

Commit

Permalink
Prepare release for Wasmi v0.32.0-beta.4 (#889)
Browse files Browse the repository at this point in the history
* update changelog

* bump crate versions
  • Loading branch information
Robbepop committed Jan 14, 2024
1 parent a42f714 commit 28c770a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ 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.0-beta.3`] - 2024-01-12
## [`0.32.0-beta.4`] - 2024-01-14

**Note:**

Expand Down
6 changes: 3 additions & 3 deletions crates/cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmi_cli"
version = "0.32.0-beta.3"
version = "0.32.0-beta.4"
documentation = "https://docs.rs/wasmi/"
description = "WebAssembly interpreter"
authors.workspace = true
Expand All @@ -14,8 +14,8 @@ categories.workspace = true
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
wasmi = { version = "0.32.0-beta.3", path = "../wasmi" }
wasmi_wasi = { version = "0.32.0-beta.3", path = "../wasi" }
wasmi = { version = "0.32.0-beta.4", path = "../wasmi" }
wasmi_wasi = { version = "0.32.0-beta.4", path = "../wasi" }
wat = "1"

[dev-dependencies]
Expand Down
4 changes: 2 additions & 2 deletions crates/wasi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmi_wasi"
version = "0.32.0-beta.3"
version = "0.32.0-beta.4"
documentation = "https://docs.rs/wasmi_wasi"
description = "WASI library support for the wasmi interpreter"
authors.workspace = true
Expand All @@ -15,7 +15,7 @@ categories.workspace = true
wasi-common = "2.0"
wasi-cap-std-sync = "2.0"
wiggle = { version = "2.0", default-features = false, features = ["wiggle_metadata"] }
wasmi = { version = "0.32.0-beta.3", path = "../wasmi" }
wasmi = { version = "0.32.0-beta.4", path = "../wasmi" }

[dev-dependencies]
wat = "1.0.50"
Expand Down
2 changes: 1 addition & 1 deletion crates/wasmi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wasmi"
version = "0.32.0-beta.3"
version = "0.32.0-beta.4"
documentation = "https://docs.rs/wasmi/"
description = "WebAssembly interpreter"
exclude = ["tests/*", "benches/*"]
Expand Down

0 comments on commit 28c770a

Please sign in to comment.