From d721fd95886a52967b25f04312554e9d7fb81852 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 09:42:50 +0100 Subject: [PATCH] chore: release v0.0.2 (#18) chore: release Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/imt/CHANGELOG.md | 5 +++++ 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 206dcd9..28517ff 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "zk-kit-imt" -version = "0.0.1" +version = "0.0.2" dependencies = [ "hex", "tiny-keccak", diff --git a/Cargo.toml b/Cargo.toml index 7b7d331..fa700dc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.0.1" +version = "0.0.2" edition = "2021" license = "MIT" publish = true diff --git a/crates/imt/CHANGELOG.md b/crates/imt/CHANGELOG.md index 8d41c98..b251fd6 100644 --- a/crates/imt/CHANGELOG.md +++ b/crates/imt/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [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)) + ## [0.0.1](https://github.com/privacy-scaling-explorations/zk-kit.rust/releases/tag/v0.0.1) - 2024-07-18 ### Added