Skip to content

Commit 3bb6f5c

Browse files
committed
halo2_gadgets 0.3.1
1 parent f066ace commit 3bb6f5c

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

halo2_gadgets/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ and this project adheres to Rust's notion of
77

88
## [Unreleased]
99

10+
## [0.3.1] - 2024-12-16
11+
- `halo2_gadgets::poseidon::primitives` is now a re-export of the new `halo2_poseidon`
12+
crate.
13+
- `halo2_gadgets::sinsemilla::primitives` is now a re-export of the new `sinsemilla`
14+
crate.
15+
1016
## [0.3.0] - 2023-03-21
1117
### Added
1218
- `halo2_gadgets::poseidon::primitives::{Mds, generate_constants}`

halo2_gadgets/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "halo2_gadgets"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = [
55
"Sean Bowe <[email protected]>",
66
"Jack Grigg <[email protected]>",

0 commit comments

Comments
 (0)