Skip to content

Commit

Permalink
chore: release fvm_ipld_amt 0.6.1 (#1809)
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Jul 11, 2023
1 parent 22ba961 commit 8832c0c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 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 @@ -19,7 +19,7 @@ cid = { workspace = true, features = ["serde-codec"] }
multihash = { workspace = true }
fvm_shared = { version = "3.4.0", path = "../shared", features = ["crypto"] }
fvm_ipld_hamt = { version = "0.7.0", path = "../ipld/hamt" }
fvm_ipld_amt = { version = "0.6.0", path = "../ipld/amt" }
fvm_ipld_amt = { version = "0.6.1", path = "../ipld/amt" }
fvm_ipld_blockstore = { version = "0.2.0", path = "../ipld/blockstore" }
fvm_ipld_encoding = { version = "0.4.0", path = "../ipld/encoding" }
serde = { version = "1.0", features = ["derive"] }
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.6.1 [2023-07-06)

Add the ability to efficiently diff two AMTs by calling the `diff` function in the root of the crate (thanks to @hanabi1224).

## 0.6.0 [2023-06-28)

Breaking Changes:
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.6.0"
version = "0.6.1"
license = "MIT OR Apache-2.0"
authors = ["ChainSafe Systems <info@chainsafe.io>", "Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down

0 comments on commit 8832c0c

Please sign in to comment.