Skip to content

Commit

Permalink
chore: release [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Nov 20, 2024
1 parent 33a3f7f commit 739186c
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 6 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.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ fvm_sdk = { path = "sdk", version = "~4.5.1" }
fvm_integration_tests = { path = "testing/integration", version = "~4.5.1" }

# workspace (other)
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.1" }
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.2" }
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.10.2" }
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.4.2" }
fvm_ipld_car = { path = "ipld/car", version = "0.8.1" }
Expand Down
4 changes: 4 additions & 0 deletions ipld/amt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## [Unreleased]

## 0.7.2 [2024-11-20]

- Un-deprecate `.for_each(...)` and related functions. The `.iter()` method is still preferred but `.for_each(...)` is still useful.

## 0.7.1 [2024-11-08]

Remove unnecessary features from `multihash-codetable`.
Expand Down
2 changes: 1 addition & 1 deletion ipld/amt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_amt"
description = "Sharded IPLD Array implementation."
version = "0.7.1"
version = "0.7.2"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion ipld/hamt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Changes to the reference FVM's HAMT implementation.

## 0.10.2 [2024-11-20]

- Un-deprecate `.for_each(...)` and related functions. The `.iter()` method is still preferred but `.for_each(...)` is still useful.
Empty-release intended to un-deprecate `.for_each` but it was never actually deprecated in this crate.

## 0.10.1 [2024-11-08]

Expand Down

0 comments on commit 739186c

Please sign in to comment.