From d2e5f79b1432ad47a3b9cd83ddb9cb662c2c898f Mon Sep 17 00:00:00 2001 From: Sean Bowe Date: Sun, 31 Mar 2019 23:29:56 -0600 Subject: [PATCH] 0.1.0 release. --- Cargo.toml | 2 +- RELEASES.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c708864..a6d7f69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://github.com/zkcrypto/jubjub" license = "MIT/Apache-2.0" name = "jubjub" repository = "https://github.com/zkcrypto/jubjub" -version = "0.0.0" +version = "0.1.0" edition = "2018" [dependencies.byteorder] diff --git a/RELEASES.md b/RELEASES.md index e69de29..69afd52 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -0,0 +1,3 @@ +# 0.1.0 + +Initial release.