halo2_gadgets 0.1.0-beta.2

This commit is contained in:
Jack Grigg 2022-03-22 20:04:14 +00:00
parent 8acd4abfb3
commit 11dcfb88ba
2 changed files with 5 additions and 1 deletions

View File

@ -7,5 +7,9 @@ and this project adheres to Rust's notion of
## [Unreleased]
## [0.1.0-beta.2] - 2022-03-22
### Changed
- Migrated to `halo2_proofs 0.1.0-beta.3`.
## [0.1.0-beta.1] - 2022-02-14
Initial release!

View File

@ -1,6 +1,6 @@
[package]
name = "halo2_gadgets"
version = "0.1.0-beta.1"
version = "0.1.0-beta.2"
authors = [
"Sean Bowe <sean@electriccoin.co>",
"Jack Grigg <jack@electriccoin.co>",