chore: update crete version to v0.6.0

This commit is contained in:
Bobbin Threadbare 2023-05-26 14:49:58 -07:00
parent 2ed880d976
commit 59f7723221
2 changed files with 4 additions and 2 deletions

View file

@ -1,3 +1,5 @@
## 0.6.0 (TBD)
## 0.5.0 (2023-05-26)
* Implemented `TieredSmt` (#152, #153).

View file

@ -1,12 +1,12 @@
[package]
name = "miden-crypto"
version = "0.5.0"
version = "0.6.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.5.0"
documentation = "https://docs.rs/miden-crypto/0.6.0"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"