Skip to content

Commit

Permalink
bump version, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
alxiong committed Jul 2, 2024
1 parent 88c65c4 commit 4c421e7
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions plonk/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
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).

## 0.5.0 (2024-07-02)

### Breaking Changes

- [#619](https://github.com/EspressoSystems/jellyfish/pull/619) `SolidityTranscript` removed `state`, making challenge `tau` only for lookup-enabled proofs

### Fixed

- [#611](https://github.com/EspressoSystems/jellyfish/pull/611) Lagrange coefficient computation for domain elements

## 0.4.4

- See `CHANGELOG_OLD.md` for all previous changes.
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 = { workspace = true }
version = "0.5.0"
authors = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
Expand Down

0 comments on commit 4c421e7

Please sign in to comment.