Skip to content

Commit 31ffd59

Browse files
authored
chore: release fvm_ipld_amt@v0.7.2 (#2082)
1 parent 33a3f7f commit 31ffd59

File tree

5 files changed

+10
-6
lines changed

5 files changed

+10
-6
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ fvm_sdk = { path = "sdk", version = "~4.5.1" }
7979
fvm_integration_tests = { path = "testing/integration", version = "~4.5.1" }
8080

8181
# workspace (other)
82-
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.1" }
82+
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.2" }
8383
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.10.2" }
8484
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.4.2" }
8585
fvm_ipld_car = { path = "ipld/car", version = "0.8.1" }

ipld/amt/CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## 0.7.2 [2024-11-20]
6+
7+
- Un-deprecate `.for_each(...)` and related functions. The `.iter()` method is still preferred but `.for_each(...)` is still useful.
8+
59
## 0.7.1 [2024-11-08]
610

711
Remove unnecessary features from `multihash-codetable`.

ipld/amt/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "fvm_ipld_amt"
33
description = "Sharded IPLD Array implementation."
4-
version = "0.7.1"
4+
version = "0.7.2"
55
license = "MIT OR Apache-2.0"
66
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"

ipld/hamt/CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Changes to the reference FVM's HAMT implementation.
66

77
## 0.10.2 [2024-11-20]
88

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

1111
## 0.10.1 [2024-11-08]
1212

0 commit comments

Comments
 (0)