Skip to content

Commit

Permalink
Merge pull request zkcrypto#89 from zkcrypto/release-0.13.1
Browse files Browse the repository at this point in the history
Release 0.13.1
  • Loading branch information
str4d authored Jul 5, 2022
2 parents 89834fd + 1160bf7 commit 3c44bfe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,15 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [0.13.1] - 2022-07-05
### Added
- `bellman::groth16::batch::Verifier` now has a `verify_multicore` method (when
the `multicore` feature is enabled) which will internally use the global rayon
thread pool to parallelize the verification of a batch of proofs.

### Changed
- The `multicore` feature now requires the `getrandom` feature of the
`rand_core` crate.
- The `multicore` feature now enables the `getrandom` feature of the `rand_core`
crate.

## [0.13.0] - 2022-05-06
### Added
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ homepage = "https://github.com/zkcrypto/bellman"
license = "MIT/Apache-2.0"
name = "bellman"
repository = "https://github.com/zkcrypto/bellman"
version = "0.13.0"
version = "0.13.1"
edition = "2021"

[dependencies]
Expand Down

0 comments on commit 3c44bfe

Please sign in to comment.