From 6f4d68f93580966b5cba575f1f450fffbe3e8b97 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 28 Jun 2023 17:26:47 +0100 Subject: [PATCH] zcash_proofs 0.12.1 --- zcash_proofs/CHANGELOG.md | 2 ++ zcash_proofs/Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/zcash_proofs/CHANGELOG.md b/zcash_proofs/CHANGELOG.md index 8e80daf70..339863d34 100644 --- a/zcash_proofs/CHANGELOG.md +++ b/zcash_proofs/CHANGELOG.md @@ -6,6 +6,8 @@ and this library adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.12.1] - 2023-06-28 ### Changed - Replaced internal `directories` dependency which now transitively depends on MPL-licensed code. diff --git a/zcash_proofs/Cargo.toml b/zcash_proofs/Cargo.toml index 2e91476a5..e110ba490 100644 --- a/zcash_proofs/Cargo.toml +++ b/zcash_proofs/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "zcash_proofs" description = "Zcash zk-SNARK circuits and proving APIs" -version = "0.12.0" +version = "0.12.1" authors = [ "Jack Grigg ", ]