From 0f6fb5d309deddb10e25135f36ee5e65d3ebc3d6 Mon Sep 17 00:00:00 2001 From: David Pearce Date: Fri, 4 Oct 2024 00:30:04 +1300 Subject: [PATCH] Release v9.7.14 (#264) --- CHANGELOG.md | 11 ++++++++++- Cargo.toml | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8be0c69..f03248f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,15 @@ 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 @@ -10,6 +18,7 @@ All notable changes to this project will be documented in this file. - 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 diff --git a/Cargo.toml b/Cargo.toml index 6aaf9d2..edda784 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 " ]