Skip to content

Commit

Permalink
chore: release v3.11.1 (#2065)
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 3.11 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 authored Oct 21, 2024
1 parent 33700b8 commit d60c741
Show file tree
Hide file tree
Showing 5 changed files with 58 additions and 46 deletions.
82 changes: 41 additions & 41 deletions Cargo.lock

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

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

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

fvm = { path = "fvm", version = "~3.11.0", default-features = false }
fvm_shared = { path = "shared", version = "~3.11.0", default-features = false }
fvm_sdk = { path = "sdk", version = "~3.11.0" }
fvm_integration_tests = { path = "testing/integration", version = "~3.11.0" }
fvm = { path = "fvm", version = "~3.11.1", default-features = false }
fvm_shared = { path = "shared", version = "~3.11.1", default-features = false }
fvm_sdk = { path = "sdk", version = "~3.11.1" }
fvm_integration_tests = { path = "testing/integration", version = "~3.11.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]

## 3.11.1 [2024-10-21]

- Update to wasmtime 25.

## 3.11.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
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## 3.11.1 [2024-10-21]

- Update to wasmtime 25.

## 3.11.0 [2024-09-12]

- Update to wasmtime 24.
Expand Down
4 changes: 4 additions & 0 deletions shared/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## 3.11.1 [2024-10-21]

- Update to wasmtime 25.

## 3.11.0 [2024-09-12]

- Update to wasmtime 24.
Expand Down

0 comments on commit d60c741

Please sign in to comment.