From 6b2090ff2c862bc33a1afbc2afad47660ecf5e5e Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Mon, 3 Jan 2022 13:57:42 +0000 Subject: [PATCH] `pasta_curves 0.3.0` --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8c059b..b723ca3 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.3.0] - 2022-01-03 ### Added - Support for `no-std` builds, via two new (default-enabled) feature flags: - `alloc` enables the `pasta_curves::arithmetic::{CurveAffine, CurveExt}` diff --git a/Cargo.toml b/Cargo.toml index 23b42ff..6b1429f 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.2.1" +version = "0.3.0" authors = [ "Sean Bowe ", "Ying Tong Lai ",