Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: release #2175

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Mar 10, 2025

πŸ€– New release

  • revm-primitives: 16.0.0-alpha.2 -> 16.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-bytecode: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-state: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-database-interface: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-context-interface: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-context: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-database: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (βœ“ API compatible changes)
  • revm-interpreter: 16.0.0-alpha.3 -> 16.0.0-alpha.4 (βœ“ API compatible changes)
  • revm-precompile: 17.0.0-alpha.3 -> 17.0.0-alpha.4 (βœ“ API compatible changes)
  • revm-handler: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (⚠ API breaking changes)
  • revm-inspector: 1.0.0-alpha.3 -> 1.0.0-alpha.4 (βœ“ API compatible changes)
  • revm: 20.0.0-alpha.3 -> 20.0.0-alpha.4 (βœ“ API compatible changes)
  • op-revm: 1.0.0-alpha.2 -> 1.0.0-alpha.3 (⚠ API breaking changes)
  • revm-statetest-types: 1.0.0-alpha.3 -> 1.0.0-alpha.4
  • revme: 3.0.0-alpha.3 -> 3.0.0-alpha.4

⚠ revm-handler breaking changes

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field _phantom of struct EthPrecompiles, previously in file /tmp/.tmpiehi6G/revm-handler/src/precompile_provider.rs:35

--- failure trait_removed_associated_type: trait's associated type was removed ---

Description:
A public trait's associated type was removed or renamed.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/trait_removed_associated_type.ron

Failed in:
  associated type PrecompileProvider::Context, previously at /tmp/.tmpiehi6G/revm-handler/src/precompile_provider.rs:12

--- failure type_allows_fewer_generic_type_params: type now allows fewer generic type parameters ---

Description:
A type now allows fewer generic type parameters than it used to. Uses of this type that supplied all previously-supported generic types will be broken.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-parameter-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/type_allows_fewer_generic_type_params.ron

Failed in:
  Struct EthPrecompiles allows 1 -> 0 generic types in /tmp/.tmpaAcVeU/revm/crates/handler/src/precompile_provider.rs:32

⚠ op-revm breaking changes

--- failure struct_missing: pub struct removed or renamed ---

Description:
A publicly-visible struct cannot be imported by its prior path. A `pub use` may have been removed, or the struct itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#item-remove
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/struct_missing.ron

Failed in:
  struct op_revm::precompiles::OpPrecompileProvider, previously in file /tmp/.tmpiehi6G/op-revm/src/precompiles.rs:17
Changelog

revm-bytecode

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-state

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-database-interface

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-context-interface

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-context

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-database

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-interpreter

16.0.0-alpha.4 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-precompile

17.0.0-alpha.4 - 2025-03-10

Fixed

  • correct propagate features (#2177)

revm-handler

1.0.0-alpha.4 - 2025-03-10

Fixed

  • correct propagate features (#2177)

Other

  • remove CTX phantomdata from precompile providers (#2178)

revm-inspector

1.0.0-alpha.4 - 2025-03-10

Fixed

  • correct propagate features (#2177)

Other

  • remove CTX phantomdata from precompile providers (#2178)

op-revm

1.0.0-alpha.3 - 2025-03-10

Fixed

  • correct propagate features (#2177)

Other

  • remove CTX phantomdata from precompile providers (#2178)

revm-statetest-types

1.0.0-alpha.4 - 2025-03-10

Other

  • updated the following local packages: revm

revme

3.0.0-alpha.4 - 2025-03-10

Other

  • updated the following local packages: revm-primitives, revm-bytecode, revm-state, revm-database-interface, revm-context-interface, revm-context, revm-database, revm-handler, revm-inspector, revm


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-03-10T14-36-46Z branch from 0da815d to cd0fefb Compare March 10, 2025 15:17
@github-actions github-actions bot force-pushed the release-plz-2025-03-10T14-36-46Z branch from cd0fefb to 07e9391 Compare March 10, 2025 21:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants