Skip to content

Commit

Permalink
Merge pull request zkcrypto#74 from zkcrypto/release-0.11.0
Browse files Browse the repository at this point in the history
Release 0.11.0
  • Loading branch information
ebfull authored Sep 9, 2021
2 parents 4b599d5 + 0df1c26 commit 2557a44
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.11.0] - 2021-09-08
### Added
- `bellman` now uses `rayon` for multithreading when the (default) `multicore`
feature flag is enabled. This means that, when this flag is enabled, the
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.10.0"
version = "0.11.0"
edition = "2018"

[dependencies]
Expand Down

0 comments on commit 2557a44

Please sign in to comment.