Skip to content

Commit

Permalink
Release 0.1.2 (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorKoenders committed Jun 22, 2022
1 parent 8fa27d7 commit 190213a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 9 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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)
2 changes: 1 addition & 1 deletion plonk/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jf-plonk"
description = "UltraPlonk implementation"
version = "0.1.1"
version = "0.1.2"
authors = ["Espresso Systems <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion primitives/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jf-primitives"
description = "Cryptographic primitives"
version = "0.1.1"
version = "0.1.2"
authors = ["Espresso Systems <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion rescue/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "jf-rescue"
description = "Rescue hash function"
version = "0.1.1"
version = "0.1.2"
authors = ["Espresso Systems <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion utilities/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion utilities_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
edition = "2018"
license = "MIT"
Expand Down

0 comments on commit 190213a

Please sign in to comment.