Skip to content

Commit

Permalink
Prepeare release v9.7.12
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce committed Jun 20, 2024
1 parent 375e724 commit d7b4ee5
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 2 deletions.
24 changes: 23 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,25 @@

All notable changes to this project will be documented in this file.

## [0.9.11] - 2024-06-05
## [9.7.12] - 2024-06-20

### Bug Fixes

- Custom `Serializer` for `ColumnRef` ([#184](https://github.com/Consensys/corset/issues/184))
- Fix for Singleton Reduce ([#192](https://github.com/Consensys/corset/issues/192))
- Error when missing reduce ([#194](https://github.com/Consensys/corset/issues/194))
- Fix for unexpected list on `*` ([#196](https://github.com/Consensys/corset/issues/196))
- Unused Declaration for Array Columns (`define.go`) ([#197](https://github.com/Consensys/corset/issues/197))
- Fix #178 ([#202](https://github.com/Consensys/corset/issues/202))
- Incorrect Handling of Perspective Selectors ([#204](https://github.com/Consensys/corset/issues/204))
- Incorrect Trace Construction ([#208](https://github.com/Consensys/corset/issues/208))
- Fix #209 ([#210](https://github.com/Consensys/corset/issues/210))

### Features

- Implement `byte@prove` using range constraints ([#182](https://github.com/Consensys/corset/issues/182))

## [9.7.11] - 2024-06-05

### Bug Fixes

Expand All @@ -20,6 +38,10 @@ All notable changes to this project will be documented in this file.

- Add missing bigInt package ([#137](https://github.com/Consensys/corset/issues/137))

### Miscellaneous Tasks

- Release `corset` v9.7.11

### Build

- Bump the cargo group across 1 directory with 2 updates ([#103](https://github.com/Consensys/corset/issues/103))
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "corset"
version = "9.7.11"
version = "9.7.12"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <franklin.delehelle@consensys.net>" ]
Expand Down

0 comments on commit d7b4ee5

Please sign in to comment.