diff --git a/Cargo.lock b/Cargo.lock index ee6f2dc..aa9f52b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -59,7 +59,7 @@ dependencies = [ [[package]] name = "zk-kit-imt" -version = "0.0.4" +version = "0.0.5" dependencies = [ "hex", "tiny-keccak", @@ -67,7 +67,7 @@ dependencies = [ [[package]] name = "zk-kit-smt" -version = "0.0.1" +version = "0.0.5" dependencies = [ "num-bigint", ] diff --git a/crates/imt/CHANGELOG.md b/crates/imt/CHANGELOG.md index 8df8a29..dd3200f 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.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 + +- manage separate versions per crate + ## [0.0.4](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/v0.0.3...v0.0.4) - 2024-07-23 ### Other diff --git a/crates/imt/Cargo.toml b/crates/imt/Cargo.toml index 849c501..da792f5 100644 --- a/crates/imt/Cargo.toml +++ b/crates/imt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-kit-imt" -version = "0.0.4" +version = "0.0.5" edition.workspace = true license.workspace = true publish.workspace = true diff --git a/crates/smt/CHANGELOG.md b/crates/smt/CHANGELOG.md new file mode 100644 index 0000000..5c95a41 --- /dev/null +++ b/crates/smt/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +All notable changes to this project will be documented in this file. + +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). + +## [Unreleased] + +## [0.0.5](https://github.com/privacy-scaling-explorations/zk-kit.rust/compare/zk-kit-smt-v0.0.4...zk-kit-smt-v0.0.5) - 2024-08-06 + +### Other + +- manage separate versions per crate diff --git a/crates/smt/Cargo.toml b/crates/smt/Cargo.toml index 3e3db0d..a7405f6 100644 --- a/crates/smt/Cargo.toml +++ b/crates/smt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "zk-kit-smt" -version = "0.0.4" +version = "0.0.5" edition.workspace = true license.workspace = true publish.workspace = true