From 09f17f51d64b3e2d18d8e52bd6ab787053c5ab28 Mon Sep 17 00:00:00 2001 From: David Pearce Date: Wed, 16 Oct 2024 09:35:54 +1300 Subject: [PATCH] Preparing next release (#276) --- 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 " ]