halo2_gadgets 0.2.0

This commit is contained in:
Jack Grigg
2022-06-23 17:41:52 +00:00
parent 7a22f3c9b6
commit 2c06d83ae9
2 changed files with 4 additions and 1 deletions

View File

@@ -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.2.0] - 2022-06-23
### Added
- `halo2_gadgets::utilities::RangeConstrained<F, Value<F>>::bitrange_of`
@@ -13,6 +15,7 @@ and this project adheres to Rust's notion of
All APIs that represented witnessed values as `Option<V>` now represent them as
`halo2_proofs::circuit::Value<V>`. The core API changes are listed below.
- Migrated to `halo2_proofs 0.2.0`.
- The following APIs now take `Value<_>` instead of `Option<_>`:
- `halo2_gadgets::ecc`:
- `EccInstructions::{witness_point, witness_point_non_id}`

View File

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