From c4672fc2aa5e1e30f5b144df89faf2485278cb8d Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 15 Jul 2024 18:53:35 +0000 Subject: [PATCH] groth16 0.1.0 --- Cargo.lock | 2 +- groth16/CHANGELOG.md | 2 ++ groth16/Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index cc09cbbd..dd6e5a26 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -346,7 +346,7 @@ dependencies = [ [[package]] name = "groth16" -version = "0.0.0" +version = "0.1.0" dependencies = [ "bellman", "bls12_381", diff --git a/groth16/CHANGELOG.md b/groth16/CHANGELOG.md index 121701a8..edb8b8db 100644 --- a/groth16/CHANGELOG.md +++ b/groth16/CHANGELOG.md @@ -6,4 +6,6 @@ and this project adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.0] - 2024-07-15 Initial release (moved from `bellman::groth16`) diff --git a/groth16/Cargo.toml b/groth16/Cargo.toml index bacae5f4..5c33ced9 100644 --- a/groth16/Cargo.toml +++ b/groth16/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "groth16" -version = "0.0.0" +version = "0.1.0" authors = [ "Sean Bowe ", "Jack Grigg ",