Skip to content

bump to 0.8.0 #214

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Feb 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ Entries are listed in reverse chronological order.

## Unreleased

## 0.8.0

* Enable `no_std` use via a default-enabled `std` feature flag.
If you were using `default-features = false` and relying on std support,
you will need to explicitly enable `std`.

## 0.7.0

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ edition = "2021"
# When releasing to crates.io:
# - Update CHANGELOG.md
# - Create git tag.
version = "0.7.0"
authors = ["Henry de Valence <[email protected]>", "Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", "Daira Emma Hopwood <[email protected]>"]
version = "0.8.0"
authors = ["Henry de Valence <[email protected]>", "Deirdre Connolly <[email protected]>", "Chelsea Komlo <[email protected]>", "Daira-Emma Hopwood <[email protected]>"]
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/ZcashFoundation/redjubjub"
Expand Down
Loading