Skip to content

Commit

Permalink
Release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Jan 31, 2023
1 parent 805ef4b commit 507dcdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

Entries are listed in reverse chronological order.

## 0.4.0

* port improvements from Zebra (#40)
* clippy fixes; remove old FROST code (#32)
* Update `criterion` requirement from 0.3 to 0.4 (#29)
* Label Zcash consensus rules in `reddsa` (#27)
* Fix alloc feature (#28)
* fix category (no\_std -> no-std) (#25)

## 0.3.0

* Migrate to `group` 0.12, `jubjub` 0.9, `pasta_curves` 0.4
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ edition = "2021"
# When releasing to crates.io:
# - Update CHANGELOG.md
# - Create git tag.
version = "0.3.0"
version = "0.4.0"
authors = [
"Henry de Valence <[email protected]>",
"Deirdre Connolly <[email protected]>",
Expand Down

0 comments on commit 507dcdf

Please sign in to comment.