diff --git a/Cargo.lock b/Cargo.lock index d0426f2f9..f32178336 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1486,7 +1486,7 @@ dependencies = [ [[package]] name = "fvm" -version = "3.13.1" +version = "3.13.2" dependencies = [ "anyhow", "arbitrary", @@ -1653,7 +1653,7 @@ dependencies = [ [[package]] name = "fvm_sdk" -version = "3.13.1" +version = "3.13.2" dependencies = [ "cid", "fvm_ipld_encoding", @@ -1666,7 +1666,7 @@ dependencies = [ [[package]] name = "fvm_shared" -version = "3.13.1" +version = "3.13.2" dependencies = [ "anyhow", "arbitrary", diff --git a/Cargo.toml b/Cargo.toml index 81ec102fa..80ff76784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ members = [ ] [workspace.package] -version = "3.13.1" +version = "3.13.2" license = "MIT OR Apache-2.0" edition = "2024" repository = "https://github.com/filecoin-project/ref-fvm" @@ -23,9 +23,9 @@ ipld-core = { version = "0.4.2", features = ["serde"] } wasmtime = {version = "31.0.0", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] } wasmtime-environ = "31.0.0" -fvm = { path = "fvm", version = "~3.13.0", default-features = false } -fvm_shared = { path = "shared", version = "~3.13.0", default-features = false } -fvm_sdk = { path = "sdk", version = "~3.13.0" } +fvm = { path = "fvm", version = "~3.13.2", default-features = false } +fvm_shared = { path = "shared", version = "~3.13.2", default-features = false } +fvm_sdk = { path = "sdk", version = "~3.13.2" } fvm_ipld_hamt = { version = "0.10.4"} fvm_ipld_amt = { version = "0.7.4"} diff --git a/fvm/CHANGELOG.md b/fvm/CHANGELOG.md index 1076a2c38..4d738e7d0 100644 --- a/fvm/CHANGELOG.md +++ b/fvm/CHANGELOG.md @@ -4,6 +4,8 @@ Changes to the reference FVM implementation. ## [Unreleased] +## 3.13.2 [2025-08-27] + - Update `filecoin-proofs-api` to v19 ## 3.13.1 [2025-04-15] diff --git a/shared/CHANGELOG.md b/shared/CHANGELOG.md index 8812c14c6..79430f2e7 100644 --- a/shared/CHANGELOG.md +++ b/shared/CHANGELOG.md @@ -2,6 +2,8 @@ ## [Unreleased] +## 3.13.2 [2025-08-27] + - Update `filecoin-proofs-api` to v19 ## 3.13.1 [2025-04-15]