Skip to content

Commit

Permalink
Prepare release for Wasmi v0.37.1 (#1214)
Browse files Browse the repository at this point in the history
* fix release dates formatting

* add changelog for v0.37.1

* bump Wasmi crate versions to 0.37.1

* add changelog for v0.36.3
  • Loading branch information
Robbepop authored Oct 1, 2024
1 parent 8ed9469 commit cdb09d8
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 26 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,15 @@ 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.37.0`] - 2024-30-09
## [`0.37.1`] - 2024-10-01

### Fixed

- Fixed a bug in `select` translation constant propagation. [#1213]

[#1213]: https://github.com/wasmi-labs/wasmi/pull/1213

## [`0.37.0`] - 2024-09-30

### Added

Expand Down Expand Up @@ -55,7 +63,15 @@ Dates in this file are formattes as `YYYY-MM-DD`.

[`wasmi_ir` crate]: https://crates.io/crates/wasmi_ir

## [`0.36.2`] - 2024-28-09
## [`0.36.3`] - 2024-10-01

### Fixed

- Fixed a bug in `select` translation constant propagation. [#1213]

[#1213]: https://github.com/wasmi-labs/wasmi/pull/1213

## [`0.36.2`] - 2024-09-28

### Fixed

Expand All @@ -71,7 +87,7 @@ Dates in this file are formattes as `YYYY-MM-DD`.
[#1201]: https://github.com/wasmi-labs/wasmi/pull/1201
[#commit-b4e78d]: https://github.com/wasmi-labs/wasmi/commit/b4e78d23451cb40a7b43404f8e6e868a362b7985

## [`0.36.1`] - 2024-20-09
## [`0.36.1`] - 2024-09-20

### Fixed

Expand Down
30 changes: 15 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ resolver = "2"
[workspace.package]
authors = ["Robin Freyler <[email protected]>"]
repository = "https://github.com/wasmi-labs/wasmi"
version = "0.37.0"
version = "0.37.1"
rust-version = "1.79"
edition = "2021"
readme = "README.md"
Expand All @@ -26,13 +26,13 @@ categories = ["wasm", "no-std", "virtualization"]
exclude = ["tests"]

[workspace.dependencies]
wasmi = { version = "0.37.0", path = "crates/wasmi", default-features = false }
wasmi_wasi = { version = "0.37.0", path = "crates/wasi", default-features = false }
wasmi_core = { version = "0.37.0", path = "crates/core", default-features = false }
wasmi_ir = { version = "0.37.0", path = "crates/ir", default-features = false }
wasmi_collections = { version = "0.37.0", path = "crates/collections", default-features = false }
wasmi_c_api_impl = { version = "0.37.0", path = "crates/c_api" }
wasmi_c_api_macros = { version = "0.37.0", path = "crates/c_api/macro" }
wasmi = { version = "0.37.1", path = "crates/wasmi", default-features = false }
wasmi_wasi = { version = "0.37.1", path = "crates/wasi", default-features = false }
wasmi_core = { version = "0.37.1", path = "crates/core", default-features = false }
wasmi_ir = { version = "0.37.1", path = "crates/ir", default-features = false }
wasmi_collections = { version = "0.37.1", path = "crates/collections", default-features = false }
wasmi_c_api_impl = { version = "0.37.1", path = "crates/c_api" }
wasmi_c_api_macros = { version = "0.37.1", path = "crates/c_api/macro" }
num-traits = { version = "0.2.8", default-features = false }

[profile.bench]
Expand Down

0 comments on commit cdb09d8

Please sign in to comment.