Skip to content

Commit

Permalink
Release v9.7.14 (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce authored Oct 3, 2024
1 parent 3fe818e commit 0f6fb5d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,23 @@

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

## [9.7.13] - 2024-07-19
## [9.7.14] - 2024-10-03

### 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))

### 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.13"
version = "9.7.14"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <franklin.delehelle@consensys.net>" ]
Expand Down

0 comments on commit 0f6fb5d

Please sign in to comment.