Release 0.1.0

This commit is contained in:
Jack Grigg 2021-06-01 23:40:21 +01:00
parent 17b2e5275b
commit 084d57ab10
2 changed files with 3 additions and 4 deletions

View file

@ -6,4 +6,6 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html). [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [Unreleased] ## [Unreleased]
## [0.1.0] - 2021-06-01
Initial release! Initial release!

View file

@ -1,7 +1,7 @@
[package] [package]
name = "pasta_curves" name = "pasta_curves"
description = "Implementation of the Pallas and Vesta (Pasta) curve cycle" description = "Implementation of the Pallas and Vesta (Pasta) curve cycle"
version = "0.0.0" version = "0.1.0"
authors = [ authors = [
"Sean Bowe <sean@electriccoin.co>", "Sean Bowe <sean@electriccoin.co>",
"Ying Tong Lai <yingtong@electriccoin.co>", "Ying Tong Lai <yingtong@electriccoin.co>",
@ -15,9 +15,6 @@ documentation = "https://docs.rs/pasta_curves"
readme = "README.md" readme = "README.md"
exclude = ["Contributor_Agreement"] exclude = ["Contributor_Agreement"]
# We are not publishing this yet.
publish = false
[package.metadata.docs.rs] [package.metadata.docs.rs]
all-features = true all-features = true
rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"] rustdoc-args = ["--cfg", "docsrs", "--html-in-header", "katex-header.html"]