From 8f4c3ae47a7ba3b57adba20d38312b98ddc475ae Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 19 Feb 2025 06:56:58 +0000 Subject: [PATCH] chore: release --- Cargo.lock | 32 +++++++++++++------------- Cargo.toml | 28 +++++++++++----------- bins/revme/CHANGELOG.md | 7 ++++++ bins/revme/Cargo.toml | 2 +- crates/bytecode/CHANGELOG.md | 6 +++++ crates/bytecode/Cargo.toml | 2 +- crates/context/CHANGELOG.md | 7 ++++++ crates/context/Cargo.toml | 2 +- crates/context/interface/CHANGELOG.md | 6 +++++ crates/context/interface/Cargo.toml | 2 +- crates/database/CHANGELOG.md | 8 +++++++ crates/database/Cargo.toml | 2 +- crates/database/interface/CHANGELOG.md | 6 +++++ crates/database/interface/Cargo.toml | 2 +- crates/handler/CHANGELOG.md | 10 ++++++++ crates/handler/Cargo.toml | 2 +- crates/inspector/CHANGELOG.md | 8 +++++++ crates/inspector/Cargo.toml | 2 +- crates/interpreter/CHANGELOG.md | 6 +++++ crates/interpreter/Cargo.toml | 2 +- crates/optimism/CHANGELOG.md | 6 +++++ crates/optimism/Cargo.toml | 2 +- crates/precompile/CHANGELOG.md | 7 ++++++ crates/precompile/Cargo.toml | 2 +- crates/primitives/CHANGELOG.md | 6 +++++ crates/primitives/Cargo.toml | 2 +- crates/revm/CHANGELOG.md | 7 ++++++ crates/revm/Cargo.toml | 2 +- crates/specification/CHANGELOG.md | 6 +++++ crates/specification/Cargo.toml | 2 +- crates/state/CHANGELOG.md | 6 +++++ crates/state/Cargo.toml | 2 +- crates/statetest-types/CHANGELOG.md | 6 +++++ crates/statetest-types/Cargo.toml | 2 +- 34 files changed, 154 insertions(+), 46 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9a7a436f97..eaa600b267 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3302,7 +3302,7 @@ dependencies = [ [[package]] name = "revm" -version = "20.0.0-alpha.1" +version = "20.0.0-alpha.2" dependencies = [ "alloy-eip7702", "alloy-provider", @@ -3329,7 +3329,7 @@ dependencies = [ [[package]] name = "revm-bytecode" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "bitvec", "paste", @@ -3341,7 +3341,7 @@ dependencies = [ [[package]] name = "revm-context" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -3361,7 +3361,7 @@ dependencies = [ [[package]] name = "revm-context-interface" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -3375,7 +3375,7 @@ dependencies = [ [[package]] name = "revm-database" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "alloy-eips", "alloy-provider", @@ -3396,7 +3396,7 @@ dependencies = [ [[package]] name = "revm-database-interface" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "alloy-sol-types", "anyhow", @@ -3411,7 +3411,7 @@ dependencies = [ [[package]] name = "revm-handler" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "auto_impl", "revm-bytecode", @@ -3429,7 +3429,7 @@ dependencies = [ [[package]] name = "revm-inspector" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "auto_impl", "revm", @@ -3447,7 +3447,7 @@ dependencies = [ [[package]] name = "revm-interpreter" -version = "16.0.0-alpha.1" +version = "16.0.0-alpha.2" dependencies = [ "bincode", "revm-bytecode", @@ -3462,7 +3462,7 @@ dependencies = [ [[package]] name = "revm-optimism" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "alloy-sol-types", "anyhow", @@ -3479,7 +3479,7 @@ dependencies = [ [[package]] name = "revm-precompile" -version = "17.0.0-alpha.1" +version = "17.0.0-alpha.2" dependencies = [ "aurora-engine-modexp", "blst", @@ -3508,14 +3508,14 @@ dependencies = [ [[package]] name = "revm-primitives" -version = "16.0.0-alpha.1" +version = "16.0.0-alpha.2" dependencies = [ "alloy-primitives", ] [[package]] name = "revm-specification" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "enumn", "revm-primitives", @@ -3524,7 +3524,7 @@ dependencies = [ [[package]] name = "revm-state" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "bitflags", "revm-bytecode", @@ -3535,7 +3535,7 @@ dependencies = [ [[package]] name = "revm-statetest-types" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" dependencies = [ "alloy-eip2930", "alloy-eip7702", @@ -3546,7 +3546,7 @@ dependencies = [ [[package]] name = "revme" -version = "3.0.0-alpha.1" +version = "3.0.0-alpha.2" dependencies = [ "alloy-rlp", "alloy-sol-types", diff --git a/Cargo.toml b/Cargo.toml index 1b316dc926..d60e41a204 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -39,20 +39,20 @@ default-members = ["crates/revm"] [workspace.dependencies] # revm -revm = { path = "crates/revm", version = "20.0.0-alpha.1", default-features = false } -primitives = { path = "crates/primitives", package = "revm-primitives", version = "16.0.0-alpha.1", default-features = false } -bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "1.0.0-alpha.1", default-features = false } -database = { path = "crates/database", package = "revm-database", version = "1.0.0-alpha.1", default-features = false } -database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "1.0.0-alpha.1", default-features = false } -specification = { path = "crates/specification", package = "revm-specification", version = "1.0.0-alpha.1", default-features = false } -state = { path = "crates/state", package = "revm-state", version = "1.0.0-alpha.1", default-features = false } -interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "16.0.0-alpha.1", default-features = false } -inspector = { path = "crates/inspector", package = "revm-inspector", version = "1.0.0-alpha.1", default-features = false } -precompile = { path = "crates/precompile", package = "revm-precompile", version = "17.0.0-alpha.1", default-features = false } -statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "1.0.0-alpha.1", default-features = false } -context = { path = "crates/context", package = "revm-context", version = "1.0.0-alpha.1", default-features = false } -context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "1.0.0-alpha.1", default-features = false } -handler = { path = "crates/handler", package = "revm-handler", version = "1.0.0-alpha.1", default-features = false } +revm = { path = "crates/revm", version = "20.0.0-alpha.2", default-features = false } +primitives = { path = "crates/primitives", package = "revm-primitives", version = "16.0.0-alpha.2", default-features = false } +bytecode = { path = "crates/bytecode", package = "revm-bytecode", version = "1.0.0-alpha.2", default-features = false } +database = { path = "crates/database", package = "revm-database", version = "1.0.0-alpha.2", default-features = false } +database-interface = { path = "crates/database/interface", package = "revm-database-interface", version = "1.0.0-alpha.2", default-features = false } +specification = { path = "crates/specification", package = "revm-specification", version = "1.0.0-alpha.2", default-features = false } +state = { path = "crates/state", package = "revm-state", version = "1.0.0-alpha.2", default-features = false } +interpreter = { path = "crates/interpreter", package = "revm-interpreter", version = "16.0.0-alpha.2", default-features = false } +inspector = { path = "crates/inspector", package = "revm-inspector", version = "1.0.0-alpha.2", default-features = false } +precompile = { path = "crates/precompile", package = "revm-precompile", version = "17.0.0-alpha.2", default-features = false } +statetest-types = { path = "crates/statetest-types", package = "revm-statetest-types", version = "1.0.0-alpha.2", default-features = false } +context = { path = "crates/context", package = "revm-context", version = "1.0.0-alpha.2", default-features = false } +context-interface = { path = "crates/context/interface", package = "revm-context-interface", version = "1.0.0-alpha.2", default-features = false } +handler = { path = "crates/handler", package = "revm-handler", version = "1.0.0-alpha.2", default-features = false } # alloy alloy-rlp = { version = "0.3", default-features = false } diff --git a/bins/revme/CHANGELOG.md b/bins/revme/CHANGELOG.md index aea387682e..c1a7954030 100644 --- a/bins/revme/CHANGELOG.md +++ b/bins/revme/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revme-v3.0.0-alpha.1...revme-v3.0.0-alpha.2) - 2025-02-19 + +### Other + +- *(deps)* bump breaking deps (#2093) +- move all dependencies to workspace (#2092) + ## [3.0.0-alpha.1](https://github.com/bluealloy/revm/compare/revme-v2.5.0...revme-v3.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/bins/revme/Cargo.toml b/bins/revme/Cargo.toml index 17261787bb..2b0ae93db1 100644 --- a/bins/revme/Cargo.toml +++ b/bins/revme/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revme" description = "Rust Ethereum Virtual Machine Executable" -version = "3.0.0-alpha.1" +version = "3.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/bytecode/CHANGELOG.md b/crates/bytecode/CHANGELOG.md index f14e4e3879..d1b2596329 100644 --- a/crates/bytecode/CHANGELOG.md +++ b/crates/bytecode/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-bytecode-v1.0.0-alpha.1...revm-bytecode-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-bytecode-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/bytecode/Cargo.toml b/crates/bytecode/Cargo.toml index 15c0e7c09f..d754b6fade 100644 --- a/crates/bytecode/Cargo.toml +++ b/crates/bytecode/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-bytecode" description = "EVM Bytecodes" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/context/CHANGELOG.md b/crates/context/CHANGELOG.md index 9c403aa894..900ddd2b63 100644 --- a/crates/context/CHANGELOG.md +++ b/crates/context/CHANGELOG.md @@ -7,6 +7,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-context-v1.0.0-alpha.1...revm-context-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) +- re-export all crates from `revm` (#2088) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-context-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/context/Cargo.toml b/crates/context/Cargo.toml index c89af67642..7624ab7647 100644 --- a/crates/context/Cargo.toml +++ b/crates/context/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-context" description = "Revm context crates" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/context/interface/CHANGELOG.md b/crates/context/interface/CHANGELOG.md index 2367e4e609..4fb22d39bc 100644 --- a/crates/context/interface/CHANGELOG.md +++ b/crates/context/interface/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-context-interface-v1.0.0-alpha.1...revm-context-interface-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-context-interface-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/context/interface/Cargo.toml b/crates/context/interface/Cargo.toml index d20da9fe05..f992ffa778 100644 --- a/crates/context/interface/Cargo.toml +++ b/crates/context/interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-context-interface" description = "Revm context interface crates" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/database/CHANGELOG.md b/crates/database/CHANGELOG.md index f4a9363471..dbe58b9ceb 100644 --- a/crates/database/CHANGELOG.md +++ b/crates/database/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-database-v1.0.0-alpha.1...revm-database-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- *(deps)* bump breaking deps (#2093) +- move all dependencies to workspace (#2092) +- re-export all crates from `revm` (#2088) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-database-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/database/Cargo.toml b/crates/database/Cargo.toml index 5fe6ea9f6e..960e2cc643 100644 --- a/crates/database/Cargo.toml +++ b/crates/database/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-database" description = "Revm Database implementations" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/database/interface/CHANGELOG.md b/crates/database/interface/CHANGELOG.md index acde8f351b..86f04bb25b 100644 --- a/crates/database/interface/CHANGELOG.md +++ b/crates/database/interface/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-database-interface-v1.0.0-alpha.1...revm-database-interface-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-database-interface-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/database/interface/Cargo.toml b/crates/database/interface/Cargo.toml index 1fea9fca3d..57a5051ea3 100644 --- a/crates/database/interface/Cargo.toml +++ b/crates/database/interface/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-database-interface" description = "Revm Database interface" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/handler/CHANGELOG.md b/crates/handler/CHANGELOG.md index fbb0f1fefc..8042eeffd1 100644 --- a/crates/handler/CHANGELOG.md +++ b/crates/handler/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-handler-v1.0.0-alpha.1...revm-handler-v1.0.0-alpha.2) - 2025-02-19 + +### Fixed + +- call clear (#2091) + +### Other + +- re-export all crates from `revm` (#2088) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-handler-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/handler/Cargo.toml b/crates/handler/Cargo.toml index 3692881fee..7c61981dcb 100644 --- a/crates/handler/Cargo.toml +++ b/crates/handler/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-handler" description = "Revm handler crates" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/inspector/CHANGELOG.md b/crates/inspector/CHANGELOG.md index fda0e960ac..5f44ff2671 100644 --- a/crates/inspector/CHANGELOG.md +++ b/crates/inspector/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-inspector-v1.0.0-alpha.1...revm-inspector-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) +- remove unused generics from TracerEip3155 (#2090) +- re-export all crates from `revm` (#2088) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-inspector-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/inspector/Cargo.toml b/crates/inspector/Cargo.toml index 8ccde18f68..1013b660dc 100644 --- a/crates/inspector/Cargo.toml +++ b/crates/inspector/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-inspector" description = "Revm inspector interface" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/interpreter/CHANGELOG.md b/crates/interpreter/CHANGELOG.md index d28699a615..8e72a31f2b 100644 --- a/crates/interpreter/CHANGELOG.md +++ b/crates/interpreter/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-interpreter-v16.0.0-alpha.1...revm-interpreter-v16.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [16.0.0](https://github.com/bluealloy/revm/compare/revm-interpreter-v15.2.0...revm-interpreter-v16.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/interpreter/Cargo.toml b/crates/interpreter/Cargo.toml index 76650e3411..e2319e3157 100644 --- a/crates/interpreter/Cargo.toml +++ b/crates/interpreter/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-interpreter" description = "Revm Interpreter that executes bytecode." -version = "16.0.0-alpha.1" +version = "16.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/optimism/CHANGELOG.md b/crates/optimism/CHANGELOG.md index 3422e48744..a6606d00c0 100644 --- a/crates/optimism/CHANGELOG.md +++ b/crates/optimism/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-optimism-v1.0.0-alpha.1...revm-optimism-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-optimism-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/optimism/Cargo.toml b/crates/optimism/Cargo.toml index fb6b39bdd1..d19a9f7ef9 100644 --- a/crates/optimism/Cargo.toml +++ b/crates/optimism/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-optimism" description = "Optimism variant of Revm" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/precompile/CHANGELOG.md b/crates/precompile/CHANGELOG.md index a47c9f307d..615973934b 100644 --- a/crates/precompile/CHANGELOG.md +++ b/crates/precompile/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [17.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-precompile-v17.0.0-alpha.1...revm-precompile-v17.0.0-alpha.2) - 2025-02-19 + +### Other + +- *(deps)* bump breaking deps (#2093) +- move all dependencies to workspace (#2092) + ## [17.0.0-alpha.1](https://github.com/bluealloy/revm/compare/revm-precompile-v16.1.0...revm-precompile-v17.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/precompile/Cargo.toml b/crates/precompile/Cargo.toml index 6b4b0b17c3..314f0826af 100644 --- a/crates/precompile/Cargo.toml +++ b/crates/precompile/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-precompile" description = "Revm Precompiles - Ethereum compatible precompiled contracts" -version = "17.0.0-alpha.1" +version = "17.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/primitives/CHANGELOG.md b/crates/primitives/CHANGELOG.md index 78cab29e1e..2cec997ca0 100644 --- a/crates/primitives/CHANGELOG.md +++ b/crates/primitives/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [16.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-primitives-v16.0.0-alpha.1...revm-primitives-v16.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [16.0.0-alpha.1](https://github.com/bluealloy/revm/compare/revm-primitives-v15.1.0...revm-primitives-v16.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/primitives/Cargo.toml b/crates/primitives/Cargo.toml index c7ad0bc86f..be188cdc81 100644 --- a/crates/primitives/Cargo.toml +++ b/crates/primitives/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-primitives" description = "Revm primitives types" -version = "16.0.0-alpha.1" +version = "16.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/revm/CHANGELOG.md b/crates/revm/CHANGELOG.md index f15d5f19ee..666f6f830c 100644 --- a/crates/revm/CHANGELOG.md +++ b/crates/revm/CHANGELOG.md @@ -57,6 +57,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [20.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-v20.0.0-alpha.1...revm-v20.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) +- re-export all crates from `revm` (#2088) + ## [19.5.0](https://github.com/bluealloy/revm/compare/revm-v19.4.0...revm-v19.5.0) - 2025-02-11 ### Fixed diff --git a/crates/revm/Cargo.toml b/crates/revm/Cargo.toml index 411c094cc1..5d0bc0fa95 100644 --- a/crates/revm/Cargo.toml +++ b/crates/revm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm" description = "Revm - Rust Ethereum Virtual Machine" -version = "20.0.0-alpha.1" +version = "20.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/specification/CHANGELOG.md b/crates/specification/CHANGELOG.md index 6a8455c9a1..7dc9f8bdba 100644 --- a/crates/specification/CHANGELOG.md +++ b/crates/specification/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-specification-v1.0.0-alpha.1...revm-specification-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-specification-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/specification/Cargo.toml b/crates/specification/Cargo.toml index e46c6c5415..a47a120a5c 100644 --- a/crates/specification/Cargo.toml +++ b/crates/specification/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-specification" description = "Ethereum hardforks and EIP specification structs and constants" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/state/CHANGELOG.md b/crates/state/CHANGELOG.md index 1fea66a8c1..21e9394c93 100644 --- a/crates/state/CHANGELOG.md +++ b/crates/state/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-state-v1.0.0-alpha.1...revm-state-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-state-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/state/Cargo.toml b/crates/state/Cargo.toml index 4c475d3907..d40eb5134b 100644 --- a/crates/state/Cargo.toml +++ b/crates/state/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-state" description = "Revm state types" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true diff --git a/crates/statetest-types/CHANGELOG.md b/crates/statetest-types/CHANGELOG.md index 4400b071a8..ecdff66110 100644 --- a/crates/statetest-types/CHANGELOG.md +++ b/crates/statetest-types/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.0-alpha.2](https://github.com/LIT-Protocol/revm/compare/revm-statetest-types-v1.0.0-alpha.1...revm-statetest-types-v1.0.0-alpha.2) - 2025-02-19 + +### Other + +- move all dependencies to workspace (#2092) + ## [1.0.0-alpha.1](https://github.com/bluealloy/revm/releases/tag/revm-statetest-types-v1.0.0-alpha.1) - 2025-02-16 ### Added diff --git a/crates/statetest-types/Cargo.toml b/crates/statetest-types/Cargo.toml index b83336eb29..81b1079a4b 100644 --- a/crates/statetest-types/Cargo.toml +++ b/crates/statetest-types/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revm-statetest-types" description = "Statetest types for revme" -version = "1.0.0-alpha.1" +version = "1.0.0-alpha.2" authors.workspace = true edition.workspace = true keywords.workspace = true