Skip to content

Commit

Permalink
update changelog and jf-plonk version
Browse files Browse the repository at this point in the history
  • Loading branch information
alxiong committed Sep 3, 2024
1 parent 3b5a182 commit 917bf06
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions plonk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

### Breaking Changes

### Non-breaking Changes

## 0.5.1 (2024-09-04)

### Breaking Changes

- [#648](https://github.com/EspressoSystems/jellyfish/pull/648) Refactored `trait Transcript`; Updated `SolidityTranscript` to use `state`-based logic correctly

### Non-breaking Changes

- [#647](https://github.com/EspressoSystems/jellyfish/pull/647) Append G2 points from SRS to `Transcript`


## 0.5.0 (2024-07-02)

### Breaking Changes
Expand Down
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 = "TurboPlonk and UntraPlonk implementation."
version = "0.5.0"
version = "0.5.1"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 917bf06

Please sign in to comment.