chore: increment crate version to v0.8.3 and update changelog

This commit is contained in:
Bobbin Threadbare 2024-03-18 11:29:06 -07:00
parent 4c8a9809ed
commit b35e99c390
No known key found for this signature in database
GPG key ID: 289C444AD87BC941
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,7 @@
# 0.8.3 (2024-03-17)
* Re-added unintentionally removed re-exported liballoc macros (#292).
# 0.8.2 (2024-03-17) # 0.8.2 (2024-03-17)
* Updated `no-std` approach to be in sync with winterfell v0.8.3 release (#290). * Updated `no-std` approach to be in sync with winterfell v0.8.3 release (#290).

View file

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