Skip to content

Commit

Permalink
Merge pull request #133 from zkcrypto/release-0.23.0
Browse files Browse the repository at this point in the history
Release 0.23.0
  • Loading branch information
str4d authored Dec 6, 2022
2 parents 6f1348f + 8cab25f commit 11eff5b
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 project adheres to Rust's notion of

## [Unreleased]

## [0.23.0] - 2022-12-06
### Changed
- Bumped dependencies to `group 0.13`.

## [0.22.0] - 2021-05-04
### Changed
- MSRV bumped to `1.56.0`
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 = "pairing"
version = "0.22.0"
version = "0.23.0"
authors = ["Sean Bowe <[email protected]>", "Jack Grigg <[email protected]>"]
readme = "README.md"
license = "MIT/Apache-2.0"
Expand All @@ -12,7 +12,7 @@ repository = "https://github.com/zkcrypto/pairing"
edition = "2021"

[dependencies]
group = { version = "0.12", default-features = false }
group = { version = "0.13", default-features = false }

[badges]
maintenance = { status = "actively-developed" }

0 comments on commit 11eff5b

Please sign in to comment.