mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-01-02 13:53:07 +00:00
Bump versions pre-release (#1557)
This commit is contained in:
parent
4f8e631550
commit
54cee24b36
@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file.
|
||||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
||||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||
|
||||
## Unreleased
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.2] - 2024-03-21
|
||||
|
||||
### Changed
|
||||
- Fix CTLs with exactly two looking tables ([#1555](https://github.com/0xPolygonZero/plonky2/pull/1555))
|
||||
- Make Starks without constraints provable ([#1552](https://github.com/0xPolygonZero/plonky2/pull/1552))
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "plonky2_field"
|
||||
description = "Finite field arithmetic"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>", "Jacqueline Nabaglo <j@nab.gl>", "Hamish Ivey-Law <hamish@ivey-law.name>"]
|
||||
edition.workspace = true
|
||||
license.workspace = true
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "plonky2"
|
||||
description = "Recursive SNARKs based on PLONK and FRI"
|
||||
version = "0.2.0"
|
||||
version = "0.2.1"
|
||||
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>", "Nicholas Ward <npward@berkeley.edu>"]
|
||||
readme = "README.md"
|
||||
edition.workspace = true
|
||||
@ -34,7 +34,7 @@ unroll = { workspace = true }
|
||||
web-time = { version = "1.0.0", optional = true }
|
||||
|
||||
# Local dependencies
|
||||
plonky2_field = { version = "0.2.0", path = "../field", default-features = false }
|
||||
plonky2_field = { version = "0.2.1", path = "../field", default-features = false }
|
||||
plonky2_maybe_rayon = { version = "0.2.0", path = "../maybe_rayon", default-features = false }
|
||||
plonky2_util = { version = "0.2.0", path = "../util", default-features = false }
|
||||
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
[package]
|
||||
name = "starky"
|
||||
description = "Implementation of STARKs"
|
||||
version = "0.2.1"
|
||||
version = "0.3.0"
|
||||
authors = ["Daniel Lubarov <daniel@lubarov.com>", "William Borgeaud <williamborgeaud@gmail.com>"]
|
||||
readme = "README.md"
|
||||
edition.workspace = true
|
||||
@ -26,7 +26,7 @@ log = { workspace = true }
|
||||
num-bigint = { version = "0.4.3", default-features = false }
|
||||
|
||||
# Local dependencies
|
||||
plonky2 = { version = "0.2.0", path = "../plonky2", default-features = false }
|
||||
plonky2 = { version = "0.2.1", path = "../plonky2", default-features = false }
|
||||
plonky2_maybe_rayon = { version = "0.2.0", path = "../maybe_rayon", default-features = false }
|
||||
plonky2_util = { version = "0.2.0", path = "../util", default-features = false }
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user