From 6a28a85d8b94b0a0b1fe979f601752249707d593 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Thu, 2 Sep 2021 18:37:13 +0100 Subject: [PATCH] pasta_curves 0.2.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a0e88b..6898c8a 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.2.0] - 2021-09-02 ### Changed - Migrated to `ff 0.11`, `group 0.11`. diff --git a/Cargo.toml b/Cargo.toml index 9743223..84ae0ec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pasta_curves" description = "Implementation of the Pallas and Vesta (Pasta) curve cycle" -version = "0.1.2" +version = "0.2.0" authors = [ "Sean Bowe ", "Ying Tong Lai ",