Skip to content

Commit 090a7ec

Browse files
authored
Merge pull request #40 from zkcrypto/release-0.13.0
Release 0.13.0
2 parents 3ec0ce7 + fe61459 commit 090a7ec

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@ and this library adheres to Rust's notion of
77

88
## [Unreleased]
99

10+
## [0.13.0] - 2022-12-06
11+
### Changed
12+
- Bumped `ff` to `0.13`
13+
1014
## [0.12.1] - 2022-10-13
1115
### Added
1216
- `group::{WnafBase, WnafScalar}` structs for caching precomputations of both

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "group"
3-
version = "0.12.1"
3+
version = "0.13.0"
44
authors = [
55
"Sean Bowe <ewillbefull@gmail.com>",
66
"Jack Grigg <jack@z.cash>",
@@ -15,7 +15,7 @@ repository = "https://github.com/zkcrypto/group"
1515
edition = "2021"
1616

1717
[dependencies]
18-
ff = { version = "0.12", default-features = false }
18+
ff = { version = "0.13", default-features = false }
1919
rand = { version = "0.8", optional = true, default-features = false }
2020
rand_core = { version = "0.6", default-features = false }
2121
rand_xorshift = { version = "0.3", optional = true }

0 commit comments

Comments
 (0)