From 3abaf6da5fc30e7fdc3a26f14f0430dc871b4295 Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Fri, 6 May 2022 21:13:16 -0600 Subject: [PATCH] Release 0.13.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c0aa70a0..43ae34145 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.13.0] - 2022-05-06 ### Added - `bellman::multiexp::Exponent` diff --git a/Cargo.toml b/Cargo.toml index 915a9d212..b586749ff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/zkcrypto/bellman" license = "MIT/Apache-2.0" name = "bellman" repository = "https://github.com/zkcrypto/bellman" -version = "0.12.0" +version = "0.13.0" edition = "2021" [dependencies]