Skip to content

Commit

Permalink
Release v9.7.17 (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce authored Nov 13, 2024
1 parent f75f865 commit de977bd
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

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

## [9.7.17] - 2024-11-13

### Bug Fixes

- Computed columns with negative domain ([#298](https://github.com/Consensys/corset/issues/298))

### Features

- Support checking for negative domain ([#296](https://github.com/Consensys/corset/issues/296))

## [9.7.16] - 2024-11-04

### Bug Fixes
Expand Down Expand Up @@ -34,14 +44,19 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Wrong Evaluation of Constraint Expressions using Expansion ([#242](https://github.com/Consensys/corset/issues/242))
- Rework `ifs` transform ([#245](https://github.com/Consensys/corset/issues/245))
- Remove vector operations

## [9.7.13] - 2024-07-22

### Bug Fixes

- Fixes for `ratatui` dependency issue ([#216](https://github.com/Consensys/corset/issues/216))
- Truncated Column Names ([#226](https://github.com/Consensys/corset/issues/226))
- Different Behavior for Expansion and Native Flag Combinations ([#228](https://github.com/Consensys/corset/issues/228))
- Update `check` reporting for perspectives ([#229](https://github.com/Consensys/corset/issues/229))
- Update Github Release Action ([#237](https://github.com/Consensys/corset/issues/237))
- Wrong Evaluation of Constraint Expressions using Expansion ([#242](https://github.com/Consensys/corset/issues/242))
- Rework `ifs` transform ([#245](https://github.com/Consensys/corset/issues/245))
- Remove vector operations

### Features

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.16"
version = "9.7.17"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <[email protected]>" ]
Expand Down

0 comments on commit de977bd

Please sign in to comment.