From 8e81ccdb68cc69012b67159d29f828df3fb77845 Mon Sep 17 00:00:00 2001 From: Bobbin Threadbare Date: Sun, 17 Mar 2024 13:23:44 -0700 Subject: [PATCH] chore: increment version to v0.8.2 and update changelog --- CHANGELOG.md | 5 +++++ Cargo.toml | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c052cd21..ed7433f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,9 @@ +# 0.8.2 (2024-03-17) + +* Updated `no-std` approach to be in sync with winterfell v0.8.3 release (#290). + ## 0.8.1 (2024-02-21) + * Fixed clippy warnings (#280) ## 0.8.0 (2024-02-14) diff --git a/Cargo.toml b/Cargo.toml index 54afc34d..e3cf93fe 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "miden-crypto" -version = "0.8.1" +version = "0.8.2" 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.8.1" +documentation = "https://docs.rs/miden-crypto/0.8.2" categories = ["cryptography", "no-std"] keywords = ["miden", "crypto", "hash", "merkle"] edition = "2021"