Skip to content

Commit

Permalink
chore: increment version to v0.8.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Mar 17, 2024
1 parent 999a64f commit 8e81ccd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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.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"
Expand Down

0 comments on commit 8e81ccd

Please sign in to comment.