From e02507d11ee6c184643fe70d0cc7b10a1ed81347 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Sat, 8 Apr 2023 12:46:53 -0700 Subject: [PATCH] chore: update version to v0.4.0 --- CHANGELOG.md | 3 +++ Cargo.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 461680b..79ca146 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## 0.4.0 (TBD) + + ## 0.3.0 (2023-04-08) - Added `depth` parameter to SMT constructors in `MerkleStore` (#115). diff --git a/Cargo.toml b/Cargo.toml index 13fc97f..9b1555f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"