From 94a5039b137c5618cc2881043689487db48c5536 Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Wed, 4 May 2022 23:18:10 +0000 Subject: [PATCH] `pasta_curves 0.4.0` --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 376b42a..937e25c 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.4.0] - 2022-05-05 ### Changed - MSRV is now 1.56.0. - Migrated to `ff 0.12`, `group 0.12`. diff --git a/Cargo.toml b/Cargo.toml index be8da06..071faa0 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.3.1" +version = "0.4.0" authors = [ "Sean Bowe ", "Ying Tong Lai ",