Skip to content

Commit

Permalink
Preparing next release (#276)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce authored Oct 15, 2024
1 parent 5795d77 commit 09f17f5
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.14"
version = "9.7.15"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <[email protected]>" ]
Expand Down

0 comments on commit 09f17f5

Please sign in to comment.