Skip to content

Commit

Permalink
chore: Release corset version 9.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
delehef committed Dec 21, 2023
1 parent 01c60ef commit 3f6c39c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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

## [9.1.2] - 2023-12-21

### Bug Fixes

- Correct types for `~or!` and `~and!` ([#57](https://github.com/orhun/git-cliff/issues/57))
- Conditioning should never be mixed

### Documentation

- Add inspector demo

### Features

- The `convert` command converts trace files to sqlite database

### Miscellaneous Tasks

- Update dependencies

### Build

- Bump zerocopy from 0.7.26 to 0.7.31 ([#54](https://github.com/orhun/git-cliff/issues/54))

## [9.1.1] - 2023-12-06

### Bug Fixes
Expand All @@ -14,6 +37,10 @@ All notable changes to this project will be documented in this file.
- Sort module tabs
- Add `o/open` flag to directly go to a module tab

### Miscellaneous Tasks

- Release corset version 9.1.1

## [9.1.0] - 2023-12-01

### Miscellaneous Tasks
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.1.1"
version = "9.1.2"
edition = "2021"
rust-version = "1.70.0"
authors = [ "Franklin Delehelle <franklin.delehelle@consensys.net>" ]
Expand Down

0 comments on commit 3f6c39c

Please sign in to comment.