diff --git a/Cargo.lock b/Cargo.lock index 487742a60..0619d652a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1670,7 +1670,7 @@ dependencies = [ [[package]] name = "fvm" -version = "2.11.1" +version = "2.11.2" dependencies = [ "anyhow", "arbitrary", @@ -1718,7 +1718,7 @@ dependencies = [ [[package]] name = "fvm_conformance_tests" -version = "2.11.1" +version = "2.11.2" dependencies = [ "ahash", "anyhow", @@ -1846,7 +1846,7 @@ dependencies = [ [[package]] name = "fvm_sdk" -version = "2.11.1" +version = "2.11.2" dependencies = [ "cid", "fvm_ipld_encoding", @@ -1859,7 +1859,7 @@ dependencies = [ [[package]] name = "fvm_shared" -version = "2.11.1" +version = "2.11.2" dependencies = [ "anyhow", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 50365c6c4..da18cb565 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "2.11.1" +version = "2.11.2" license = "MIT OR Apache-2.0" edition = "2024" repository = "https://github.com/filecoin-project/ref-fvm" @@ -26,9 +26,9 @@ fvm_ipld_blockstore = { version = "0.3.1" } fvm_ipld_encoding = { version = "0.5.3" } wasmtime = {version = "31.0.0", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] } -fvm = { path = "fvm", version = "~2.11.0", default-features = false } -fvm_shared = { path = "shared", version = "~2.11.0", default-features = false } -fvm_sdk = { path = "sdk", version = "~2.11.0" } +fvm = { path = "fvm", version = "~2.11.2", default-features = false } +fvm_shared = { path = "shared", version = "~2.11.2", default-features = false } +fvm_sdk = { path = "sdk", version = "~2.11.2" } [profile.actor] inherits = "release" diff --git a/fvm/CHANGELOG.md b/fvm/CHANGELOG.md index 7ed3ab7fc..1d50ae6c3 100644 --- a/fvm/CHANGELOG.md +++ b/fvm/CHANGELOG.md @@ -4,7 +4,9 @@ Changes to the reference FVM implementation. ## [Unreleased] -- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2200](https://github.com/filecoin-project/ref-fvm/pull/2200) +## 2.11.2 (2025-08-27) + +- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2208](https://github.com/filecoin-project/ref-fvm/pull/2208) ## 2.11.1 (2025-04-15) diff --git a/sdk/CHANGELOG.md b/sdk/CHANGELOG.md index 7fadd67f0..ad3e81f15 100644 --- a/sdk/CHANGELOG.md +++ b/sdk/CHANGELOG.md @@ -2,7 +2,9 @@ ## [Unreleased] -- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2200](https://github.com/filecoin-project/ref-fvm/pull/2200) +## 2.11.2 (2025-08-27) + +- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2208](https://github.com/filecoin-project/ref-fvm/pull/2208) ## 2.11.1 (2025-04-15) diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 38d59e63f..e8b57ba05 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -2,7 +2,9 @@ ## [Unreleased] -- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2200](https://github.com/filecoin-project/ref-fvm/pull/2200) +## 2.11.2 (2025-08-27) + +- chore(deps): bump filecoin-proofs-api from 18.1.0 to 19.0.0 [#2208](https://github.com/filecoin-project/ref-fvm/pull/2208) ## 2.11.1 (2025-04-15)