Skip to content

Commit c5905b1

Browse files
authored
chore: release fvm_ipld_amt@v0.7.3 (#2084)
1 parent 3a3c18a commit c5905b1

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
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.2" }
82+
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.3" }
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.3 [2024-11-20]
6+
7+
- Fix a bug where the new `iter()` method would panic or overflow in some cases when iterating past the end of the AMT when the AMT stored high keys.
8+
59
## 0.7.2 [2024-11-20]
610

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

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.2"
4+
version = "0.7.3"
55
license = "MIT OR Apache-2.0"
66
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
77
edition = "2021"

0 commit comments

Comments
 (0)