Skip to content

Commit

Permalink
chore: Release corset version 9.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Mar 6, 2024
1 parent 274c64a commit f104aeb
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 10 deletions.
50 changes: 42 additions & 8 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,27 @@

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

## [9.7.9] - 2024-03-06

### Bug Fixes

- Symbol resolving in array indexing operation
- Refactor perspectives in interleavings & sorts

### Features

- Better error message on erroneous module access

## [9.7.8] - 2024-03-05

### Bug Fixes

- Allow the use of array columns in perspectivized interleaving

### Miscellaneous Tasks

- Release corset version 9.7.8

## [9.7.7] - 2024-03-03

### Bug Fixes
Expand All @@ -22,28 +37,47 @@ All notable changes to this project will be documented in this file.

### Bug Fixes

- Carry typing information over interleaving & permutations

### Miscellaneous Tasks

- Release corset version 9.7.6

## [9.7.5] - 2024-02-28

### Bug Fixes

- Refuse to import erroneous values for Fr elements
- Allow for unknown columns in binary trace

### Features

- Clearer lookup error messages
- Add conversion to JSON
- Make mismatching column lengths a non-recoverable error

### Miscellaneous Tasks

- Release corset version 9.7.5

## [9.7.4] - 2024-02-26

### Bug Fixes

- Wrong table layout obsucring elements
- Bool -> loob
- Display full file path on compile errors
- Wrong perspective colors
- Refuse to import erroneous values for Fr elements
- Allow for unknown columns in binary trace
- Carry typing information over interleaving & permutations

### Features

- Add a high contrast setting
- Add boolean version of chronologic testing operators
- Inverse pure expressions in place
- Clearer lookup error messages
- Add conversion to JSON
- Make mismatching column lengths a non-recoverable error

### Miscellaneous Tasks

- Release corset version 9.7.4
- Release corset version 9.7.5
- Release corset version 9.7.6

### Refactor

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

0 comments on commit f104aeb

Please sign in to comment.