Skip to content

Commit

Permalink
v0.3.0 release (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
conradoplg authored May 10, 2022
1 parent ebea547 commit 4b25d06
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Entries are listed in reverse chronological order.

## Unreleased
## 0.3.0

* Migrate to `group` 0.12, `jubjub` 0.9, `pasta_curves` 0.4
* Added support for `no-std` builds, via new (default-enabled) `std` and `alloc`
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
name = "reddsa"
edition = "2021"
# When releasing to crates.io:
# - Update html_root_url
# - Update CHANGELOG.md
# - Create git tag.
version = "0.2.0"
version = "0.3.0"
authors = [
"Henry de Valence <[email protected]>",
"Deirdre Connolly <[email protected]>",
Expand All @@ -15,7 +14,7 @@ authors = [
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/reddsa"
categories = ["cryptography"]
categories = ["cryptography", "no_std"]
keywords = ["cryptography", "crypto", "zcash"]
description = "A standalone implementation of the RedDSA signature scheme."

Expand Down

0 comments on commit 4b25d06

Please sign in to comment.