Skip to content

Commit

Permalink
Merge pull request #40 from zkcrypto/release-0.13.0
Browse files Browse the repository at this point in the history
Release 0.13.0
  • Loading branch information
str4d authored Dec 6, 2022
2 parents 3ec0ce7 + fe61459 commit 090a7ec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this library adheres to Rust's notion of

## [Unreleased]

## [0.13.0] - 2022-12-06
### Changed
- Bumped `ff` to `0.13`

## [0.12.1] - 2022-10-13
### Added
- `group::{WnafBase, WnafScalar}` structs for caching precomputations of both
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "group"
version = "0.12.1"
version = "0.13.0"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand All @@ -15,7 +15,7 @@ repository = "https://github.com/zkcrypto/group"
edition = "2021"

[dependencies]
ff = { version = "0.12", default-features = false }
ff = { version = "0.13", default-features = false }
rand = { version = "0.8", optional = true, default-features = false }
rand_core = { version = "0.6", default-features = false }
rand_xorshift = { version = "0.3", optional = true }
Expand Down

0 comments on commit 090a7ec

Please sign in to comment.