diff --git a/Cargo.lock b/Cargo.lock index aa9f52b..d1994f7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "zk-kit-imt" -version = "0.0.5" +version = "0.0.6" dependencies = [ "hex", "tiny-keccak", diff --git a/crates/imt/CHANGELOG.md b/crates/imt/CHANGELOG.md index dd3200f..78fc925 100644 --- a/crates/imt/CHANGELOG.md +++ b/crates/imt/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.0.6](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/zk-kit-imt-v0.0.5...zk-kit-imt-v0.0.6) - 2024-09-04 + +### Other + +- _(imt)_ Add methods to retrieve nodes and zeroes in IMT ([#50](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/50)) + ## [0.0.5](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/zk-kit-imt-v0.0.4...zk-kit-imt-v0.0.5) - 2024-08-06 ### Other diff --git a/crates/imt/Cargo.toml b/crates/imt/Cargo.toml index da792f5..f41f899 100644 --- a/crates/imt/Cargo.toml +++ b/crates/imt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-kit-imt" -version = "0.0.5" +version = "0.0.6" edition.workspace = true license.workspace = true publish.workspace = true