chore: update crate version to 0.15.0
Some checks failed
build / Build for no-std (push) Has been cancelled
lint / clippy nightly on ubuntu-latest (push) Has been cancelled
lint / rustfmt check nightly on ubuntu-latest (push) Has been cancelled
lint / doc stable on ubuntu-latest (push) Has been cancelled
lint / check rust version consistency (push) Has been cancelled
test / test nightly on ubuntu with default (push) Has been cancelled
test / test stable on ubuntu with default (push) Has been cancelled
test / test nightly on ubuntu with no-std (push) Has been cancelled
test / test stable on ubuntu with no-std (push) Has been cancelled
test / test nightly on ubuntu with smt-hashmaps (push) Has been cancelled
test / test stable on ubuntu with smt-hashmaps (push) Has been cancelled
test / test-smt-concurrent nightly (push) Has been cancelled
test / test-smt-concurrent stable (push) Has been cancelled

This commit is contained in:
Bobbin Threadbare 2025-03-15 18:30:53 -07:00
parent 51dbc61583
commit 78672585f1
No known key found for this signature in database
GPG key ID: 289C444AD87BC941
3 changed files with 6 additions and 3 deletions

View file

@ -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).

2
Cargo.lock generated
View file

@ -513,7 +513,7 @@ checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
[[package]]
name = "miden-crypto"
version = "0.14.0"
version = "0.15.0"
dependencies = [
"assert_matches",
"blake3",

View file

@ -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