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.