From e48f641f767d46b14e7c644d86403237a7c7309a Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Thu, 13 Oct 2022 14:58:44 -0600 Subject: [PATCH] Release 0.4.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 153c895..f890811 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.1] - 2022-10-13 ### Added - `uninline-portable` feature flag, which disables inlining of some functions. This is useful for tiny microchips (such as ARM Cortex-M0), where inlining diff --git a/Cargo.toml b/Cargo.toml index 2e4859e..984a56d 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.4.0" +version = "0.4.1" authors = [ "Sean Bowe ", "Ying Tong Lai ",