Skip to content

Commit

Permalink
chore: release v2.9.1
Browse files Browse the repository at this point in the history
This release brings in wasmtime 25.0.2. We're doing this as a patch
release because 2.9 brought in wasmtime 24 which introduced a
significant regression in wasm compile time (and there shouldn't be
anything breaking in this release either).
  • Loading branch information
Stebalien committed Oct 21, 2024
1 parent c04c0d5 commit 7043d44
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 8 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ members = [
]

[workspace.package]
version = "2.9.0"
version = "2.9.1"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/filecoin-project/ref-fvm"
Expand All @@ -25,9 +25,9 @@ fvm_ipld_encoding = { version = "0.4.0" }
wasmtime = { version = "25.0.2", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] }
wasmtime-environ = "25.0.2"

fvm = { path = "fvm", version = "~2.9.0", default-features = false }
fvm_shared = { path = "shared", version = "~2.9.0", default-features = false }
fvm_sdk = { path = "sdk", version = "~2.9.0" }
fvm = { path = "fvm", version = "~2.9.1", default-features = false }
fvm_shared = { path = "shared", version = "~2.9.1", default-features = false }
fvm_sdk = { path = "sdk", version = "~2.9.1" }

[profile.actor]
inherits = "release"
Expand Down
4 changes: 4 additions & 0 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ Changes to the reference FVM implementation.

## [Unreleased]

## 2.9.1 (2024-10-21)

- Update to wasmtime 25.

## 2.9.0 (2024-09-12)

- Update to wasmtime 24.
Expand Down
4 changes: 4 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.9.1 (2024-10-21)

- Update to wasmtime 25.

## 2.9.0 (2024-09-12)

- Update misc dependencies.
Expand Down
4 changes: 4 additions & 0 deletions shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 2.9.1 (2024-10-21)

- Update to wasmtime 25.

## 2.9.0 (2024-09-12)

- Update misc dependencies.
Expand Down

0 comments on commit 7043d44

Please sign in to comment.