Skip to content

Commit

Permalink
chore: Release corset version 8.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Sep 16, 2023
1 parent cb86e91 commit fb39ed1
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,35 @@

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

## [8.3.6] - 2023-09-16

### Bug Fixes

- Besu templates
- Make register allocation stable

### Features

- Colorize numbers
- Columns or register can both be loaded from trace files
- Colorize perspective columns only when active
- Add a `iota` keyword to create distinct constants
- Accept STDIN as an input with `-`

### Miscellaneous Tasks

- Update dependencies

## [8.3.5] - 2023-08-30

### Bug Fixes

- Dim/non-dim formatting

### Miscellaneous Tasks

- Release corset version 8.3.5

## [8.3.4] - 2023-08-30

### Bug Fixes
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.3.5"
version = "8.3.6"
edition = "2021"
authors = [ "Franklin Delehelle <franklin.delehelle@consensys.net>" ]
build = "build.rs"
Expand Down

0 comments on commit fb39ed1

Please sign in to comment.