diff --git a/CHANGELOG.md b/CHANGELOG.md index 549dc7b..43e5161 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.15.0 (TBD) + + ## 0.14.0 (2025-03-15) - Added parallel implementation of `Smt::compute_mutations` with better performance (#365). diff --git a/Cargo.lock b/Cargo.lock index 1f3068a..8190bc4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" [[package]] name = "miden-crypto" -version = "0.14.0" +version = "0.15.0" dependencies = [ "assert_matches", "blake3", diff --git a/miden-crypto/Cargo.toml b/miden-crypto/Cargo.toml index 72f8d68..b6ea545 100644 --- a/miden-crypto/Cargo.toml +++ b/miden-crypto/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-crypto" -version = "0.14.0" +version = "0.15.0" description = "Miden Cryptographic primitives" authors.workspace = true readme = "README.md" license.workspace = true repository.workspace = true -documentation = "https://docs.rs/miden-crypto/0.14.0" +documentation = "https://docs.rs/miden-crypto/0.15.0" categories.workspace = true keywords.workspace = true edition.workspace = true