From f104aeb21462fa3ac6c44a72d71ecee8f9ea1206 Mon Sep 17 00:00:00 2001 From: Franklin Delehelle Date: Wed, 6 Mar 2024 16:03:15 +0100 Subject: [PATCH] chore: Release corset version 9.7.9 --- CHANGELOG.md | 50 ++++++++++++++++++++++++++++++++++++++++++-------- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 44 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b6871..ee0369d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Cargo.lock b/Cargo.lock index 1134aa1..9c34bce 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -513,7 +513,7 @@ checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" [[package]] name = "corset" -version = "9.7.8" +version = "9.7.9" dependencies = [ "anyhow", "ark-bls12-377", diff --git a/Cargo.toml b/Cargo.toml index bd0bf6e..6a5e431 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 " ]