From 190213ac89c92118f1ed01421f427b83eed6d3d0 Mon Sep 17 00:00:00 2001 From: Trangar Date: Wed, 22 Jun 2022 15:46:28 +0200 Subject: [PATCH] Release 0.1.2 (#74) --- CHANGELOG.md | 11 +++++++---- plonk/Cargo.toml | 2 +- primitives/Cargo.toml | 2 +- rescue/Cargo.toml | 2 +- utilities/Cargo.toml | 2 +- utilities_derive/Cargo.toml | 2 +- 6 files changed, 12 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0fa57d5c..eeecfeb24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,13 @@ ## Pending -### Breaking changes +## v0.1.2 + +### Improvements + +- `#[tagged_blob(...)]` macro now supports `const` variables in addition to string literals + +## v0.1.1 ### Features @@ -14,8 +20,5 @@ - Derive `Debug`, `Snafu` on `enum TaggedBlobError` - Updated `tagged-base64` reference url to reflect the Espresso Systems name change - Add `HashToGroup` support for both SW and TE curves -- `#[tagged_blob(...)]` macro now supports `const` variables in addition to string literals - -### Bugfixes ## v0.1.0 (Initial release of Jellyfish plonk prove system) diff --git a/plonk/Cargo.toml b/plonk/Cargo.toml index 7372e8f98..2d5d52414 100644 --- a/plonk/Cargo.toml +++ b/plonk/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jf-plonk" description = "UltraPlonk implementation" -version = "0.1.1" +version = "0.1.2" authors = ["Espresso Systems "] edition = "2018" license = "MIT" diff --git a/primitives/Cargo.toml b/primitives/Cargo.toml index ad58361ca..c7750ffbf 100644 --- a/primitives/Cargo.toml +++ b/primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jf-primitives" description = "Cryptographic primitives" -version = "0.1.1" +version = "0.1.2" authors = ["Espresso Systems "] edition = "2018" license = "MIT" diff --git a/rescue/Cargo.toml b/rescue/Cargo.toml index bf201781f..e591a854a 100644 --- a/rescue/Cargo.toml +++ b/rescue/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jf-rescue" description = "Rescue hash function" -version = "0.1.1" +version = "0.1.2" authors = ["Espresso Systems "] edition = "2018" license = "MIT" diff --git a/utilities/Cargo.toml b/utilities/Cargo.toml index 5f254c106..ddf33fbc7 100644 --- a/utilities/Cargo.toml +++ b/utilities/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jf-utils" description = "Utilities for Jellyfish cryptographic library" -version = "0.1.1" +version = "0.1.2" authors = ["Espresso Systems "] edition = "2018" license = "MIT" diff --git a/utilities_derive/Cargo.toml b/utilities_derive/Cargo.toml index 17ebf19c6..0c34cbf3e 100644 --- a/utilities_derive/Cargo.toml +++ b/utilities_derive/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "jf-utils-derive" description = "Procedural macros for deriving serialization code for Jellyfish types" -version = "0.1.1" +version = "0.1.2" authors = ["Espresso Systems "] edition = "2018" license = "MIT"