From ec7a62be366738ae28d6e8348cd346708d9cd110 Mon Sep 17 00:00:00 2001 From: DavePearce Date: Tue, 15 Oct 2024 21:23:43 +0100 Subject: [PATCH] Preparing next release --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f03248f..79d456a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ All notable changes to this project will be documented in this file. +## [9.7.15] - 2024-10-15 + +### Bug Fixes + +- Fix `Trace.java` template ([#270](https://github.com/Consensys/corset/issues/270)) + +### Features + +- Update implementation of `eq!` ([#269](https://github.com/Consensys/corset/issues/269)) +- Support custom class name for trace file. ([#272](https://github.com/Consensys/corset/issues/272)) +- Setting column size factor manually ([#274](https://github.com/Consensys/corset/issues/274)) + ## [9.7.14] - 2024-10-03 ### Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index edda784..814b363 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "corset" -version = "9.7.14" +version = "9.7.15" edition = "2021" rust-version = "1.70.0" authors = [ "Franklin Delehelle " ]