Skip to content

Commit 088f763

Browse files
committed
bump: tag v101 revm v33.0.1
1 parent a13f2a0 commit 088f763

File tree

13 files changed

+56
-14
lines changed

13 files changed

+56
-14
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+
# v101
4+
date: 13.11.2025
5+
6+
Patch for Inspector so full_log will be called inside loop.
7+
8+
* `revm-inspector`: 14.0.0 -> 14.0.1 (✓ API compatible changes)
9+
* `revm-ee-tests`: 0.1.0
10+
* `revm`: 33.0.0 -> 33.0.1
11+
* `revm-statetest-types`: 13.0.0 -> 13.0.1
12+
* `revme`: 10.0.0 -> 10.0.1
13+
* `op-revm`: 14.0.0 -> 14.0.1
14+
315
# v100
416
date: 12.11.2025
517

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 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 = "33.0.0", default-features = false }
44+
revm = { path = "crates/revm", version = "33.0.1", default-features = false }
4545
primitives = { path = "crates/primitives", package = "revm-primitives", version = "21.0.2", default-features = false }
4646
bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "7.1.1", default-features = false }
4747
database = { path = "crates/database", package = "revm-database", version = "9.0.5", default-features = false }
4848
database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "8.0.5", default-features = false }
4949
state = { path = "crates/state", package = "revm-state", version = "8.1.1", default-features = false }
5050
interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "31.0.0", default-features = false }
51-
inspector = { path = "crates/inspector", package = "revm-inspector", version = "14.0.0", default-features = false }
51+
inspector = { path = "crates/inspector", package = "revm-inspector", version = "14.0.1", default-features = false }
5252
precompile = { path = "crates/precompile", package = "revm-precompile", version = "31.0.0", default-features = false }
53-
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "13.0.0", default-features = false }
53+
statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "13.0.1", default-features = false }
5454
context = { path = "crates/context", package = "revm-context", version = "12.0.0", default-features = false }
5555
context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "13.0.0", default-features = false }
5656
handler = { path = "crates/handler", package = "revm-handler", version = "14.0.0", default-features = false }
57-
op-revm = { path = "crates/op-revm", package = "op-revm", version = "14.0.0", default-features = false }
57+
op-revm = { path = "crates/op-revm", package = "op-revm", version = "14.0.1", 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: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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/revme-v10.0.0...revme-v10.0.1) - 2025-11-13
11+
12+
### Other
13+
14+
- updated the following local packages: revm, revm-statetest-types
15+
1016
## [10.0.0](https://github.com/bluealloy/revm/compare/revme-v9.0.2...revme-v10.0.0) - 2025-11-10
1117

1218
### Other

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 = "10.0.0"
4+
version = "10.0.1"
55
authors.workspace = true
66
edition.workspace = true
77
keywords.workspace = true

crates/inspector/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [14.0.1](https://github.com/bluealloy/revm/compare/revm-inspector-v14.0.0...revm-inspector-v14.0.1) - 2025-11-13
11+
12+
### Other
13+
14+
- call Inspector::log_full ([#3164](https://github.com/bluealloy/revm/pull/3164))
15+
1016
## [14.0.0](https://github.com/bluealloy/revm/compare/revm-inspector-v12.0.2...revm-inspector-v14.0.0) - 2025-11-10
1117

1218
### Added

crates/inspector/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-inspector"
33
description = "Revm inspector interface"
4-
version = "14.0.0"
4+
version = "14.0.1"
55
authors.workspace = true
66
edition.workspace = true
77
keywords.workspace = true

crates/op-revm/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [14.0.1](https://github.com/bluealloy/revm/compare/op-revm-v14.0.0...op-revm-v14.0.1) - 2025-11-13
11+
12+
### Other
13+
14+
- updated the following local packages: revm
15+
1016
## [14.0.0](https://github.com/bluealloy/revm/compare/op-revm-v12.0.2...op-revm-v14.0.0) - 2025-11-10
1117

1218
### Added

crates/op-revm/Cargo.toml

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

crates/revm/CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [33.0.1](https://github.com/bluealloy/revm/compare/revm-v33.0.0...revm-v33.0.1) - 2025-11-13
11+
12+
### Other
13+
14+
- updated the following local packages: revm-inspector
15+
1016
## [33.0.0](https://github.com/bluealloy/revm/compare/revm-v31.0.2...revm-v33.0.0) - 2025-11-10
1117

1218
### Other

0 commit comments

Comments
 (0)