Skip to content

Commit

Permalink
chore: Release corset version 9.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Nov 27, 2023
1 parent 217c32e commit 7bd8d1c
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 2 deletions.
48 changes: 48 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,50 @@

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

## [9.0.0] - 2023-11-27

### Bug Fixes

- Globally rename plookup to lookup
- Ensure that inspector colors are readable
- Sort constraints
- Importing traces as native values
- Conditioning of guards
- Concretize computations
- Escaping function
- Correctly mark used columns
- Render permutations & domains
- Apply all auto-constraints
- Adapt default Value to native/non-native
- Columns import/export for BLS
- Lookup checking on non-expanded constraints
- Build process
- Improve checking error reporting

### Features

- Add an option do display module spillings
- Switch from BN to BLS
- Implement :comp columns
- Adapt for MMAP export in Besu
- Flat binary file parser

### Miscellaneous Tasks

- Update dependencies
- Clippy
- Update dependencies
- Update tui-textarea

### Performance

- Improve flat file importing performances
- Optimize register parsing

### Build

- Streamline the build process

## [9.0.0-alpha] - 2023-11-02

### Bug Fixes
Expand All @@ -14,6 +58,10 @@ All notable changes to this project will be documented in this file.
- Prettier plookups
- Introduce field-agnosticity and related type-system revision ([#40](https://github.com/orhun/git-cliff/issues/40))

### Miscellaneous Tasks

- Release corset version 9.0.0-alpha

### Besu

- Pre-allocate column buffers
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.0.0-alpha"
version = "9.0.0"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <franklin.delehelle@consensys.net>" ]
Expand Down

0 comments on commit 7bd8d1c

Please sign in to comment.