From 0c3de7d322ba180131040a89a03494a35c6d0d44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jul 2024 15:30:17 +0200 Subject: [PATCH] chore: release v0.0.4 (#40) * chore: release * chore: format files --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Cargo.lock | 2 +- Cargo.toml | 2 +- crates/imt/CHANGELOG.md | 6 ++++++ 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index e47fd32..9ceee52 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ dependencies = [ [[package]] name = "zk-kit-imt" -version = "0.0.3" +version = "0.0.4" dependencies = [ "hex", "tiny-keccak", diff --git a/Cargo.toml b/Cargo.toml index a025693..60d7c27 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "0.0.3" +version = "0.0.4" edition = "2021" license = "MIT" publish = true diff --git a/crates/imt/CHANGELOG.md b/crates/imt/CHANGELOG.md index 89ea7c0..8df8a29 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.4](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/v0.0.3...v0.0.4) - 2024-07-23 + +### Other + +- format ([#21](https://github.com/privacy-scaling-explorations/zk-kit.rust/pull/21)) + ## [0.0.3](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/v0.0.2...v0.0.3) - 2024-07-22 ### Other