Skip to content

Commit

Permalink
chore: Release corset version 8.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Aug 28, 2023
1 parent 024dc11 commit 3f1f7fd
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 2 deletions.
36 changes: 36 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,44 @@

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

## [8.2.0] - 2023-08-28

### Bug Fixes

- OoB in Combinator display
- Incoherences in the type system regarding cyclic validation

### Features

- Add `corset inspect` to visualize trace files
- Add a Forth micro-language to select rows in the inspector
- Specify columns potentially missing bool annotation
- Opcodes can be used as immediate values
- Always save valid scan expressions
- Corset code can be provided from STDIN

### Miscellaneous Tasks

- Rename jobs
- Github++
- Clippy
- Clippy

### Refactor

- Split inputs in their own modules

### Build

- Fix conditional compilation
- Drop dependency on names

## [8.1.3] - 2023-08-22

### Miscellaneous Tasks

- Release corset version 8.1.3

### Build

- Fix release.yml
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 = "8.1.3"
version = "8.2.0"
edition = "2021"
authors = [ "Franklin Delehelle <franklin.delehelle@consensys.net>" ]
build = "build.rs"
Expand Down

0 comments on commit 3f1f7fd

Please sign in to comment.