Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse committed Jun 21, 2024
1 parent 81fb2bb commit b286b4e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.1](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.1.1) - 2024-06-21

### Features

- Add `Step` to `LogCallOrder` ([#150](https://github.com/paradigmxyz/revm-inspectors/issues/150))

## [0.1.0](https://github.com/paradigmxyz/revm-inspectors/releases/tag/v0.1.0) - 2024-06-20

### Bug Fixes
Expand Down Expand Up @@ -125,6 +131,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Miscellaneous Tasks

- Release 0.1.0
- Add Cargo.toml exclude
- Add CODEOWNERS
- Upgrade revm version ([#143](https://github.com/paradigmxyz/revm-inspectors/issues/143))
Expand Down Expand Up @@ -168,4 +175,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Add decode revert test ([#39](https://github.com/paradigmxyz/revm-inspectors/issues/39))

<!-- generated by git-cliff -->
<!-- generated by git-cliff -->
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "revm-inspectors"
description = "Revm inspector implementations"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.76.0"
license = "MIT OR Apache-2.0"
Expand All @@ -23,9 +23,9 @@ exclude = [
rust.missing_debug_implementations = "warn"
rust.missing_docs = "warn"
rust.unreachable_pub = "warn"
rustdoc.all = "warn"
rust.unused_must_use = "deny"
rust.rust_2018_idioms = "deny"
rustdoc.all = "warn"
clippy.lint_groups_priority = "allow"

[dependencies]
Expand Down

0 comments on commit b286b4e

Please sign in to comment.