diff --git a/crates/imt/CHANGELOG.md b/crates/imt/CHANGELOG.md index b251fd6..467afe1 100644 --- a/crates/imt/CHANGELOG.md +++ b/crates/imt/CHANGELOG.md @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [0.0.2](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/v0.0.1...v0.0.2) - 2024-07-22 ### Other -- *(imt)* add README ([#17](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/17)) + +- _(imt)_ add README ([#17](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/17)) ## [0.0.1](https://github.com/privacy-scaling-explorations/zk-kit.rust/releases/tag/v0.0.1) - 2024-07-18 diff --git a/crates/imt/README.md b/crates/imt/README.md index c322c8d..a045a7c 100644 --- a/crates/imt/README.md +++ b/crates/imt/README.md @@ -1,6 +1,6 @@

- `zk-kit-imt` + zk-kit-imt

Incremental Merkle tree implementation in Rust.