Skip to content

Commit

Permalink
chore: release HAMT v0.9.0 (#1915)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien authored Oct 25, 2023
1 parent 4f2c73e commit 1c13285
Show file tree
Hide file tree
Showing 4 changed files with 41 additions and 26 deletions.
48 changes: 24 additions & 24 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 fvm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ num-traits = "0.2"
cid = { workspace = true, features = ["serde-codec"] }
multihash = { workspace = true, features = ["sha2", "sha3", "ripemd"] }
fvm_shared = { version = "4.0.0-alpha.4", path = "../shared", features = ["crypto"] }
fvm_ipld_hamt = { version = "0.8.0", path = "../ipld/hamt" }
fvm_ipld_hamt = { version = "0.9.0", path = "../ipld/hamt" }
fvm_ipld_amt = { version = "0.6.2", path = "../ipld/amt" }
fvm_ipld_blockstore = { version = "0.2.0", path = "../ipld/blockstore" }
fvm_ipld_encoding = { version = "0.4.0", path = "../ipld/encoding" }
Expand Down
15 changes: 15 additions & 0 deletions ipld/hamt/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Changes to the reference FVM's HAMT implementation.

## [Unreleased]

## 0.9.0 (2023-10-25)

Breaking Changes:

- Remove the `ignore-dead-links` feature.
- Add a new `StartKeyNotFound` variant to the HAMT error type.

Features:

- Implement external iteration via `iter()` and `iter_from(start_key)`.

Fixes:

- Extra-paranoid validation when reading HAMT nodes.

## 0.8.0 [2023-08-18)

Breaking Changes:
Expand Down
2 changes: 1 addition & 1 deletion ipld/hamt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fvm_ipld_hamt"
description = "Sharded IPLD HashMap implementation."
version = "0.8.0"
version = "0.9.0"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down

0 comments on commit 1c13285

Please sign in to comment.