Skip to content

Commit

Permalink
chore: increment crate version to 0.9.2 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbinth committed Apr 21, 2024
1 parent bb42388 commit 43fe7a1
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 47 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.9.2 (2024-04-21)

* Implemented serialization for the `Smt` struct (#304).
* Fixed a bug in Falcon signature generation (#305).

## 0.9.1 (2024-04-02)

* Added `num_leaves()` method to `SimpleSmt` (#302).
Expand Down
98 changes: 53 additions & 45 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.9.1"
version = "0.9.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.9.1"
documentation = "https://docs.rs/miden-crypto/0.9.2"
categories = ["cryptography", "no-std"]
keywords = ["miden", "crypto", "hash", "merkle"]
edition = "2021"
Expand Down

0 comments on commit 43fe7a1

Please sign in to comment.