Skip to content

Commit

Permalink
chore: release [email protected] (#2084)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Nov 20, 2024
1 parent 3a3c18a commit c5905b1
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 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.2" }
fvm_ipld_amt = { path = "ipld/amt", version = "0.7.3" }
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.3 [2024-11-20]

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

## 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.
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.2"
version = "0.7.3"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down

0 comments on commit c5905b1

Please sign in to comment.