Skip to content

Commit 82791c4

Browse files
committed
Bump version
1 parent c671e2d commit 82791c4

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,21 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.1.0] - 2024-11-25
11+
- Add constraints binding ([#1679](https://github.com/0xPolygonZero/plonky2/pull/1679))
12+
- Observe config parameters in challenger ([#1678](https://github.com/0xPolygonZero/plonky2/pull/1678))
13+
- chore: update broken links `LICENSE`([#1675](https://github.com/0xPolygonZero/plonky2/pull/1675))
14+
- Fix latest clippy ([#1676](https://github.com/0xPolygonZero/plonky2/pull/1676))
15+
- Fix documentation rendering ([#1671](https://github.com/0xPolygonZero/plonky2/pull/1671))
16+
- Misc updates ([#1663](https://github.com/0xPolygonZero/plonky2/pull/1663))
17+
- Fix clippy ([#1662](https://github.com/0xPolygonZero/plonky2/pull/1662))
18+
- Fix padding for LookupTableGate ([#1661](https://github.com/0xPolygonZero/plonky2/pull/1661))
19+
- Fix padding in LookupTableGate ([#1656](https://github.com/0xPolygonZero/plonky2/pull/1656))
20+
- (fix-lookup) fix: correct visibility in gate_serialization macros ([#1650](https://github.com/0xPolygonZero/plonky2/pull/1650))
21+
- fix: use u64 in BaseSplitGenerator ([#1647](https://github.com/0xPolygonZero/plonky2/pull/1647))
22+
- add serialization and deserialization for BytesHash ([#1645](https://github.com/0xPolygonZero/plonky2/pull/1645))
23+
- (clippy) fix: changed conditioning for timing functionality in circuit_builder ([#1640](https://github.com/0xPolygonZero/plonky2/pull/1640))
24+
1025
## [1.0.0] - 2024-11-25
1126

1227
### Changed

plonky2/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "plonky2"
33
description = "Recursive SNARKs based on PLONK and FRI"
4-
version = "1.0.2"
4+
version = "1.1.0"
55
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>", "Nicholas Ward <[email protected]>"]
66
readme = "README.md"
77
edition.workspace = true

starky/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "starky"
33
description = "Implementation of STARKs"
4-
version = "1.0.2"
4+
version = "1.1.0"
55
authors = ["Daniel Lubarov <[email protected]>", "William Borgeaud <[email protected]>"]
66
readme = "README.md"
77
edition.workspace = true
@@ -27,7 +27,7 @@ serde = { workspace = true, features = ["rc"] }
2727
num-bigint = { version = "0.4.3", default-features = false }
2828

2929
# Local dependencies
30-
plonky2 = { version = "1.0.2", path = "../plonky2", default-features = false }
30+
plonky2 = { version = "1.1.0", path = "../plonky2", default-features = false }
3131
plonky2_maybe_rayon = { version = "1.0.0", path = "../maybe_rayon", default-features = false }
3232
plonky2_util = { version = "1.0.0", path = "../util", default-features = false }
3333

0 commit comments

Comments
 (0)