Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions halo2_gadgets/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ and this project adheres to Rust's notion of
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.4.0] - 2025-12-04
### Added
- `halo2_gadgets::ecc`:
- `Point::new_from_constant`
Expand Down
2 changes: 1 addition & 1 deletion halo2_gadgets/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_gadgets"
version = "0.3.1"
version = "0.4.0"
authors = [
"Sean Bowe <[email protected]>",
"Jack Grigg <[email protected]>",
Expand Down
4 changes: 4 additions & 0 deletions halo2_proofs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to Rust's notion of

## [Unreleased]

## [0.3.2] - 2025-12-04
### Added
- `halo2_proofs::circuit`:
- `TableLayouter`
Expand All @@ -19,6 +20,9 @@ and this project adheres to Rust's notion of
- `halo2_proofs::poly::commitment`:
- `Params::k`

### Changed
- `halo2_proofs::arithmetic::best_multiexp` performance has been improved.

### Deprecated
- `halo2_proofs::circuit::layouter::TableLayouter` (moved to
`halo2_proofs::circuit::TableLayouter`).
Expand Down
2 changes: 1 addition & 1 deletion halo2_proofs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "halo2_proofs"
version = "0.3.1"
version = "0.3.2"
authors = [
"Sean Bowe <[email protected]>",
"Ying Tong Lai <[email protected]>",
Expand Down
Loading