Skip to content

Commit

Permalink
chore: increment crate version to v0.8.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Mar 18, 2024
1 parent 4c8a980 commit b35e99c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

* Updated `no-std` approach to be in sync with winterfell v0.8.3 release (#290).
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[package]
name = "miden-crypto"
version = "0.8.2"
version = "0.8.3"
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.2"
documentation = "https://docs.rs/miden-crypto/0.8.3"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"
Expand Down

0 comments on commit b35e99c

Please sign in to comment.