chore: update version to v0.4.0
This commit is contained in:
parent
b5eb68e46c
commit
e02507d11e
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,6 @@
|
|||
## 0.4.0 (TBD)
|
||||
|
||||
|
||||
## 0.3.0 (2023-04-08)
|
||||
|
||||
- Added `depth` parameter to SMT constructors in `MerkleStore` (#115).
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
[package]
|
||||
name = "miden-crypto"
|
||||
version = "0.3.0"
|
||||
version = "0.4.0"
|
||||
description = "Miden Cryptographic primitives"
|
||||
authors = ["miden contributors"]
|
||||
readme = "README.md"
|
||||
license = "MIT"
|
||||
repository = "https://github.com/0xPolygonMiden/crypto"
|
||||
documentation = "https://docs.rs/miden-crypto/0.3.0"
|
||||
documentation = "https://docs.rs/miden-crypto/0.4.0"
|
||||
categories = ["cryptography", "no-std"]
|
||||
keywords = ["miden", "crypto", "hash", "merkle"]
|
||||
edition = "2021"
|
||||
|
|
Loading…
Add table
Reference in a new issue