Skip to content

Commit

Permalink
chore: release v3.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 22, 2024
1 parent 9edc063 commit 116ce16
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 8 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

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

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

[workspace.package]
version = "3.11.1"
version = "3.12.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/filecoin-project/ref-fvm"
Expand All @@ -23,10 +23,9 @@ ipld-core = { version = "0.4.1", features = ["serde"] }
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.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" }
fvm = { path = "fvm", version = "~3.12.0", default-features = false }
fvm_shared = { path = "shared", version = "~3.12.0", default-features = false }
fvm_sdk = { path = "sdk", version = "~3.12.0" }

fvm_ipld_hamt = { version = "0.10.2"}
fvm_ipld_amt = { version = "0.7.3"}
Expand Down
7 changes: 7 additions & 0 deletions fvm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ Changes to the reference FVM implementation.

## [Unreleased]

## 3.12.0 [2024-11-21]

- Update `cid` to v0.11 and `multihash` to v0.19.
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.

You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.

## 3.11.1 [2024-10-21]

- Update to wasmtime 25.
Expand Down
7 changes: 7 additions & 0 deletions sdk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

## [Unreleased]

## 3.12.0 [2024-11-21]

- Update `cid` to v0.11 and `multihash` to v0.19.
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.

You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.

## 3.11.1 [2024-10-21]

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

## [Unreleased]

## 3.12.0 [2024-11-21]

- Update `cid` to v0.11 and `multihash` to v0.19.
- Update to `fvm_ipld_blockstore` 0.3.0 and `fvm_ipld_encoding` 0.5.0.

You will have to update your multihash and cid crates to be compatible, see the [multihash release notes](https://github.com/multiformats/rust-multihash/blob/master/CHANGELOG.md#-2023-06-06) for details on the breaking changes.

## 3.11.1 [2024-10-21]

- Update to wasmtime 25.
Expand Down

0 comments on commit 116ce16

Please sign in to comment.