Skip to content

Commit

Permalink
chore: release version 9.7.18 (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavePearce authored Jan 13, 2025
1 parent 423ab71 commit 3d6496a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
18 changes: 10 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

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

## [9.7.18] - 2025-01-13

### Features

- Show negative numbers in Inspector ([#304](https://github.com/Consensys/corset/issues/304))
- Update inspector key binding for "clear filter" ([#307](https://github.com/Consensys/corset/issues/307))

## [9.7.17] - 2024-11-13

### Bug Fixes
Expand Down Expand Up @@ -44,19 +51,14 @@ All notable changes to this project will be documented in this file.

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

### Features

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.17"
version = "9.7.18"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <[email protected]>" ]
Expand Down

0 comments on commit 3d6496a

Please sign in to comment.