Skip to content

Commit 362a2c6

Browse files
authored
chore: release AMT 0.7.5 (#2195)
1 parent 5ebe152 commit 362a2c6

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ fvm_sdk = { path = "sdk", version = "~4.7.2" }
7878
fvm_integration_tests = { path = "testing/integration", version = "~4.7.2" }
7979

8080
# workspace (other)
81-
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.4" }
81+
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.5" }
8282
fvm_ipld_hamt = { path = "ipld/hamt", version = "0.10.4" }
8383
fvm_ipld_kamt = { path = "ipld/kamt", version = "0.4.5" }
8484
fvm_ipld_car = { path = "ipld/car", version = "0.9.0" }

ipld/amt/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
## [Unreleased]
44

5+
## 0.7.5 [2025-08-05]
6+
7+
- Added `for_each_cacheless` method to iterate over the AMT without caching the values. This is lowers memory requirements usage and is useful for single-pass, read-only operations over large AMTs.
8+
59
## 0.7.4 [2025-04-09]
610

711
- Updates multiple dependencies (semver breaking internally but not exported).

ipld/amt/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.4"
4+
version = "0.7.5"
55
license.workspace = true
66
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"]
77
edition.workspace = true

0 commit comments

Comments
 (0)