Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub Action <action@github.com>
  • Loading branch information
actions-user committed Feb 8, 2024
1 parent a2dd2c5 commit 0855a26
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
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 bins/revm-test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"
[dependencies]
bytes = "1.4"
hex = "0.4"
revm = { path = "../../crates/revm", version = "4.0.0",default-features=false }
revm = { path = "../../crates/revm", version = "4.0.1",default-features=false }
microbench = "0.5"
alloy-sol-macro = "0.6.2"
alloy-sol-types = "0.6.2"
Expand Down
2 changes: 1 addition & 1 deletion bins/revme/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ hash-db = "0.15"
hashbrown = "0.14"
indicatif = "0.17"
plain_hasher = "0.2"
revm = { path = "../../crates/revm", version = "4.0.0", default-features = false, features = [
revm = { path = "../../crates/revm", version = "4.0.1", default-features = false, features = [
"ethersdb",
"std",
"serde",
Expand Down
8 changes: 8 additions & 0 deletions crates/revm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [4.0.1](https://github.com/bluealloy/revm/compare/revm-v4.0.0...revm-v4.0.1) - 2024-02-08

### Fixed
- *(op)* skip validation on deposit tx ([#1065](https://github.com/bluealloy/revm/pull/1065))

### Other
- *(revme)* statetests new format and return error ([#1066](https://github.com/bluealloy/revm/pull/1066))

## [4.0.0](https://github.com/bluealloy/revm/compare/revm-v3.5.0...revm-v4.0.0) - 2024-02-07

Refactored the logic inside Handler and added EvmBuilder that allows overwriting the default behavior.
Expand Down
2 changes: 1 addition & 1 deletion crates/revm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm"]
license = "MIT"
name = "revm"
repository = "https://github.com/bluealloy/revm"
version = "4.0.0"
version = "4.0.1"
readme = "../../README.md"

[package.metadata.docs.rs]
Expand Down

0 comments on commit 0855a26

Please sign in to comment.