Browse Source

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

al-falcon-test-vectors
Bobbin Threadbare 1 year ago
parent
commit
b35e99c390
No known key found for this signature in database GPG Key ID: 289C444AD87BC941
2 changed files with 6 additions and 2 deletions
  1. +4
    -0
      CHANGELOG.md
  2. +2
    -2
      Cargo.toml

+ 4
- 0
CHANGELOG.md

@ -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).

+ 2
- 2
Cargo.toml

@ -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"

Loading…
Cancel
Save