Skip to content

Commit

Permalink
Merge pull request #47 from zkcrypto/release-0.7.0
Browse files Browse the repository at this point in the history
Release 0.7.0
  • Loading branch information
str4d committed Jun 3, 2021
2 parents bb25eae + 8a6fd7f commit f192388
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ homepage = "https://github.com/zkcrypto/jubjub"
license = "MIT/Apache-2.0"
name = "jubjub"
repository = "https://github.com/zkcrypto/jubjub"
version = "0.6.0"
version = "0.7.0"
edition = "2018"

[dependencies.bitvec]
version = "0.22"
default-features = false

[dependencies.bls12_381]
version = "0.4"
version = "0.5"
default-features = false

[dependencies.ff]
Expand Down Expand Up @@ -60,6 +60,3 @@ harness = false
[[bench]]
name = "point_bench"
harness = false

[patch.crates-io]
bls12_381 = { git = "https://github.com/zkcrypto/bls12_381.git", branch = "main", default-features = false }
2 changes: 1 addition & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.7.0
## Security
- A bug in the `jubjub::{AffinePoint, ExtendedPoint, SubgroupPoint}::from_bytes`
APIs (and their `group::GroupEncoding` implementations) has been fixed. The
Expand Down

0 comments on commit f192388

Please sign in to comment.