Skip to content

Commit 07d1143

Browse files
authored
chore: bump minor versions (#3078)
1 parent 40fabbc commit 07d1143

File tree

21 files changed

+106
-106
lines changed

21 files changed

+106
-106
lines changed

CHANGELOG.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -8,16 +8,15 @@ Maintanance release. fix for op-revm
88
* `revm-database-interface`: 8.0.0 -> 8.0.1 (✓ API compatible changes)
99
* `revm-database`: 8.0.0 -> 9.0.0 (⚠ API breaking changes)
1010
* `revm-interpreter`: 26.0.0 -> 27.0.0 (⚠ API breaking changes)
11-
* `revm-precompile`: 28.0.0 -> 28.0.1 (✓ API compatible changes)
12-
* `revm-handler`: 11.0.0 -> 11.0.1 (✓ API compatible changes)
13-
* `revm-inspector`: 11.0.0 -> 11.0.1 (✓ API compatible changes)
14-
* `revme`: 8.0.0 -> 8.0.1 (✓ API compatible changes)
15-
* `op-revm`: 11.0.0 -> 11.0.1 (✓ API compatible changes)
16-
* `revm-ee-tests`: 0.1.0
17-
* `revm-context-interface`: 11.0.0 -> 11.0.1
18-
* `revm-context`: 10.0.0 -> 10.0.1
19-
* `revm`: 30.0.0 -> 30.0.1
20-
* `revm-statetest-types`: 10.0.0 -> 10.0.1
11+
* `revm-precompile`: 28.0.0 -> 28.1.0 (✓ API compatible changes)
12+
* `revm-handler`: 11.0.0 -> 11.1.0 (✓ API compatible changes)
13+
* `revm-inspector`: 11.0.0 -> 11.1.0 (✓ API compatible changes)
14+
* `revme`: 8.0.0 -> 8.1.0 (✓ API compatible changes)
15+
* `op-revm`: 11.0.0 -> 11.1.0 (✓ API compatible changes)
16+
* `revm-context-interface`: 11.0.0 -> 11.1.0
17+
* `revm-context`: 10.0.0 -> 10.1.0
18+
* `revm`: 30.0.0 -> 30.1.0
19+
* `revm-statetest-types`: 10.0.0 -> 10.1.0
2120

2221
# v89
2322
date: 09.10.2025

Cargo.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -41,20 +41,20 @@ default-members = ["crates/revm"]
4141

4242
[workspace.dependencies]
4343
# revm
44-
revm = { path = "crates/revm", version = "30.0.1", default-features = false }
44+
revm = { path = "crates/revm", version = "30.1.0", default-features = false }
4545
primitives = { path = "crates/primitives", package = "revm-primitives", version = "21.0.0", default-features = false }
4646
bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "7.0.0", default-features = false }
4747
database = { path = "crates/database", package = "revm-database", version = "9.0.0", default-features = false }
4848
database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "8.0.1", default-features = false }
4949
state = { path = "crates/state", package = "revm-state", version = "8.0.0", default-features = false }
5050
interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "27.0.0", default-features = false }
51-
inspector = { path = "crates/inspector", package = "revm-inspector", version = "11.0.1", default-features = false }
52-
precompile = { path = "crates/precompile", package = "revm-precompile", version = "28.0.1", default-features = false }
53-
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "10.0.1", default-features = false }
54-
context = { path = "crates/context", package = "revm-context", version = "10.0.1", default-features = false }
55-
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "11.0.1", default-features = false }
56-
handler = { path = "crates/handler", package = "revm-handler", version = "11.0.1", default-features = false }
57-
op-revm = { path = "crates/op-revm", package = "op-revm", version = "11.0.1", default-features = false }
51+
inspector = { path = "crates/inspector", package = "revm-inspector", version = "11.1.0", default-features = false }
52+
precompile = { path = "crates/precompile", package = "revm-precompile", version = "28.1.0", default-features = false }
53+
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "10.1.0", default-features = false }
54+
context = { path = "crates/context", package = "revm-context", version = "10.1.0", default-features = false }
55+
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "11.1.0", default-features = false }
56+
handler = { path = "crates/handler", package = "revm-handler", version = "11.1.0", default-features = false }
57+
op-revm = { path = "crates/op-revm", package = "op-revm", version = "11.1.0", default-features = false }
5858
ee-tests = { path = "crates/ee-tests", package = "revm-ee-tests", version = "0.1.0", default-features = false }
5959

6060
# alloy

bins/revme/CHANGELOG.md

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -7,38 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [7.2.2](https://github.com/bluealloy/revm/compare/revme-v7.2.1...revme-v7.2.2) - 2025-08-23
11-
12-
### Other
13-
14-
- updated the following local packages: revm-bytecode, revm-database-interface, revm-context-interface, revm-context, revm-database, revm-state, revm-inspector, revm, revm-statetest-types
15-
16-
## [7.2.1](https://github.com/bluealloy/revm/compare/revme-v7.2.0...revme-v7.2.1) - 2025-08-12
17-
18-
### Other
19-
20-
- codspeed sstore sload opcodes ([#2881](https://github.com/bluealloy/revm/pull/2881))
21-
22-
## [7.2.0](https://github.com/bluealloy/revm/compare/revme-v7.1.0...revme-v7.2.0) - 2025-08-06
23-
24-
### Added
25-
26-
- Reuse bls12-381 codepaths to implement kzg point evaluation precompile ([#2809](https://github.com/bluealloy/revm/pull/2809))
27-
28-
### Other
29-
30-
- *(benches)* rename anaysis-inspector to snailtracer-inspect ([#2834](https://github.com/bluealloy/revm/pull/2834))
31-
- *(benches)* clean up criterion callsites ([#2833](https://github.com/bluealloy/revm/pull/2833))
32-
- add rust-version and note about MSRV ([#2789](https://github.com/bluealloy/revm/pull/2789))
33-
- fix clippy ([#2785](https://github.com/bluealloy/revm/pull/2785))
34-
- add gas_limit to revme evm ([#2779](https://github.com/bluealloy/revm/pull/2779))
35-
# Changelog
36-
All notable changes to this project will be documented in this file.
37-
38-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
39-
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
40-
41-
## [Unreleased]
10+
## [8.1.0](https://github.com/bluealloy/revm/compare/revme-v8.0.1...revme-v8.1.0) - 2025-10-09
4211

4312
## [8.0.1](https://github.com/bluealloy/revm/compare/revme-v8.0.0...revme-v8.0.1) - 2025-10-09
4413

@@ -70,6 +39,37 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7039

7140
- updated the following local packages: revm-context-interface, revm-context, revm-inspector, revm, revm-statetest-types
7241

42+
## [7.2.2](https://github.com/bluealloy/revm/compare/revme-v7.2.1...revme-v7.2.2) - 2025-08-23
43+
44+
### Other
45+
46+
- updated the following local packages: revm-bytecode, revm-database-interface, revm-context-interface, revm-context, revm-database, revm-state, revm-inspector, revm, revm-statetest-types
47+
48+
## [7.2.1](https://github.com/bluealloy/revm/compare/revme-v7.2.0...revme-v7.2.1) - 2025-08-12
49+
50+
### Other
51+
52+
- codspeed sstore sload opcodes ([#2881](https://github.com/bluealloy/revm/pull/2881))
53+
54+
## [7.2.0](https://github.com/bluealloy/revm/compare/revme-v7.1.0...revme-v7.2.0) - 2025-08-06
55+
56+
### Added
57+
58+
- Reuse bls12-381 codepaths to implement kzg point evaluation precompile ([#2809](https://github.com/bluealloy/revm/pull/2809))
59+
60+
### Other
61+
62+
- *(benches)* rename anaysis-inspector to snailtracer-inspect ([#2834](https://github.com/bluealloy/revm/pull/2834))
63+
- *(benches)* clean up criterion callsites ([#2833](https://github.com/bluealloy/revm/pull/2833))
64+
- add rust-version and note about MSRV ([#2789](https://github.com/bluealloy/revm/pull/2789))
65+
- fix clippy ([#2785](https://github.com/bluealloy/revm/pull/2785))
66+
- add gas_limit to revme evm ([#2779](https://github.com/bluealloy/revm/pull/2779))
67+
# Changelog
68+
All notable changes to this project will be documented in this file.
69+
70+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
71+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
72+
7373
## [7.1.0](https://github.com/bluealloy/revm/compare/revme-v7.0.4...revme-v7.1.0) - 2025-07-23
7474

7575
### Added

bins/revme/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "revme"
33
description = "Rust Ethereum Virtual Machine Executable"
4-
version = "8.0.1"
4+
version = "8.1.0"
55
authors.workspace = true
66
edition.workspace = true
77
keywords.workspace = true

crates/context/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [10.0.1](https://github.com/bluealloy/revm/compare/revm-context-v10.0.0...revm-context-v10.0.1) - 2025-10-09
10+
## [10.1.0](https://github.com/bluealloy/revm/compare/revm-context-v10.0.0...revm-context-v10.1.0) - 2025-10-09
1111

1212
### Other
1313

crates/context/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "revm-context"
33
description = "Revm context crates"
4-
version = "10.0.1"
4+
version = "10.1.0"
55
authors.workspace = true
66
edition.workspace = true
77
keywords.workspace = true

crates/context/interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [11.0.1](https://github.com/bluealloy/revm/compare/revm-context-interface-v11.0.0...revm-context-interface-v11.0.1) - 2025-10-09
10+
## [11.1.0](https://github.com/bluealloy/revm/compare/revm-context-interface-v11.0.0...revm-context-interface-v11.1.0) - 2025-10-09
1111

1212
### Other
1313

crates/context/interface/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "revm-context-interface"
33
description = "Revm context interface crates"
4-
version = "11.0.1"
4+
version = "11.1.0"
55
authors.workspace = true
66
edition.workspace = true
77
keywords.workspace = true

crates/handler/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [11.0.1](https://github.com/bluealloy/revm/compare/revm-handler-v11.0.0...revm-handler-v11.0.1) - 2025-10-09
10+
## [11.1.0](https://github.com/bluealloy/revm/compare/revm-handler-v11.0.0...revm-handler-v11.1.0) - 2025-10-09
1111

1212
### Other
1313

0 commit comments

Comments
 (0)