From 084d57ab101d8c114d04656813647ac78f371dea Mon Sep 17 00:00:00 2001 From: Jack Grigg Date: Tue, 1 Jun 2021 23:40:21 +0100 Subject: [PATCH] Release 0.1.0 --- CHANGELOG.md | 2 ++ Cargo.toml | 5 +---- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bafd9c5..5fea405 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,4 +6,6 @@ and this project adheres to Rust's notion of [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.0] - 2021-06-01 Initial release! diff --git a/Cargo.toml b/Cargo.toml index d55b98c..4f543de 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.0.0" +version = "0.1.0" authors = [ "Sean Bowe ", "Ying Tong Lai ", @@ -15,9 +15,6 @@ documentation = "https://docs.rs/pasta_curves" readme = "README.md" exclude = ["Contributor_Agreement"] -# We are not publishing this yet. -publish = false - [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]