Skip to content

Commit

Permalink
chore: release v2.10.0 (#2086)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Nov 22, 2024
1 parent 40c4f33 commit b525d0a
Show file tree
Hide file tree
Showing 5 changed files with 29 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.1"
version = "2.10.0"
license = "MIT OR Apache-2.0"
edition = "2021"
repository = "https://github.com/filecoin-project/ref-fvm"
Expand All @@ -26,9 +26,9 @@ fvm_ipld_blockstore = { version = "0.3.1" }
fvm_ipld_encoding = { version = "0.5.1" }
wasmtime = { version = "25.0.2", default-features = false, features = ["cranelift", "pooling-allocator", "parallel-compilation", "runtime"] }

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" }
fvm = { path = "fvm", version = "~2.10.0", default-features = false }
fvm_shared = { path = "shared", version = "~2.10.0", default-features = false }
fvm_sdk = { path = "sdk", version = "~2.10.0" }

[profile.actor]
inherits = "release"
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]

## 2.10.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.

## 2.9.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
@@ -1,5 +1,12 @@
# Changelog

## 2.10.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.

## 2.9.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
@@ -1,5 +1,12 @@
# Changelog

## 2.10.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.

## 2.9.1 (2024-10-21)

- Update to wasmtime 25.
Expand Down

0 comments on commit b525d0a

Please sign in to comment.