diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a260e6..6814b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1](https://github.com/pluto/ronkathon/compare/v0.1.0...v0.1.1) - 2025-01-07 + +### Other + +- *(deps)* bump itertools from 0.13.0 to 0.14.0 (#180) +- *(deps)* bump rstest from 0.23.0 to 0.24.0 (#181) + ## [0.1.0](https://github.com/pluto/ronkathon/releases/tag/v0.1.0) - 2024-09-30 ### Added diff --git a/Cargo.lock b/Cargo.lock index 613f9d9..a1527a5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -688,7 +688,7 @@ checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2" [[package]] name = "ronkathon" -version = "0.1.0" +version = "0.1.1" dependencies = [ "ark-crypto-primitives", "ark-ff", diff --git a/Cargo.toml b/Cargo.toml index cf65e13..bdcacfd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ edition ="2021" license ="MIT OR Apache-2.0" name ="ronkathon" repository ="https://github.com/pluto/ronkathon" -version ="0.1.0" +version = "0.1.1" exclude =["CHANGELOG.md", "src/tree/ConstructMerkleTree.gif"] [dependencies]