chore: update crate version to v0.7.0
This commit is contained in:
parent
18302d68e0
commit
813fe24b88
2 changed files with 4 additions and 2 deletions
|
@ -1,3 +1,5 @@
|
||||||
|
## 0.7.0 (TBD)
|
||||||
|
|
||||||
## 0.6.0 (2023-06-25)
|
## 0.6.0 (2023-06-25)
|
||||||
|
|
||||||
* [BREAKING] Added support for recording capabilities for `MerkleStore` (#162).
|
* [BREAKING] Added support for recording capabilities for `MerkleStore` (#162).
|
||||||
|
|
|
@ -1,12 +1,12 @@
|
||||||
[package]
|
[package]
|
||||||
name = "miden-crypto"
|
name = "miden-crypto"
|
||||||
version = "0.6.0"
|
version = "0.7.0"
|
||||||
description = "Miden Cryptographic primitives"
|
description = "Miden Cryptographic primitives"
|
||||||
authors = ["miden contributors"]
|
authors = ["miden contributors"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
repository = "https://github.com/0xPolygonMiden/crypto"
|
repository = "https://github.com/0xPolygonMiden/crypto"
|
||||||
documentation = "https://docs.rs/miden-crypto/0.6.0"
|
documentation = "https://docs.rs/miden-crypto/0.7.0"
|
||||||
categories = ["cryptography", "no-std"]
|
categories = ["cryptography", "no-std"]
|
||||||
keywords = ["miden", "crypto", "hash", "merkle"]
|
keywords = ["miden", "crypto", "hash", "merkle"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
Loading…
Add table
Reference in a new issue