Skip to content

Commit 3085f04

Browse files
authored
bump: main changelog (#1730)
1 parent 85fc688 commit 3085f04

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
Because this is workspace with multi libraries, tags will be simplified, and with this document you can match version of project with git tag.
22

3+
# v42 tag
4+
date: 29.08.2024
5+
6+
new EIP-7702 implemented. Passing all EOF and EIP-7702 tests.
7+
Preparation for devnet-3.
8+
9+
revme: 0.9.0 -> 0.10.0
10+
revm: 13.0.0 -> 14.0.0
11+
revm-interpreter: 9.0.0 -> 10.0.0
12+
revm-primitives: 8.0.0 -> 9.0.0
13+
revm-precompile: 10.0.0 -> 11.0.0
14+
315
# v41 tag
416
date: 08.08.2024
517

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/precompile/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ keywords = ["no_std", "ethereum", "evm", "revm", "precompiles"]
66
license = "MIT"
77
name = "revm-precompile"
88
repository = "https://github.com/bluealloy/revm"
9-
version = "10.1.0"
9+
version = "11.0.0"
1010
readme = "../../README.md"
1111

1212
[package.metadata.docs.rs]

crates/revm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ all = "warn"
2424
[dependencies]
2525
# revm
2626
revm-interpreter = { path = "../interpreter", version = "10.0.0", default-features = false }
27-
revm-precompile = { path = "../precompile", version = "10.1.0", default-features = false }
27+
revm-precompile = { path = "../precompile", version = "11.0.0", default-features = false }
2828

2929
# misc
3030
auto_impl = { version = "1.2", default-features = false }

0 commit comments

Comments
 (0)