Thanks to visit codestin.com
Credit goes to github.com

Skip to content

chore: release#3711

Open
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-05-22T17-10-13Z
Open

chore: release#3711
github-actions[bot] wants to merge 1 commit into
mainfrom
release-plz-2026-05-22T17-10-13Z

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

πŸ€– New release

  • revm-database-interface: 12.1.0 -> 12.2.0 (βœ“ API compatible changes)
  • revm-database: 15.0.1 -> 16.0.0 (⚠ API breaking changes)
  • revm: 40.0.2 -> 40.1.0 (βœ“ API compatible changes)
  • revm-context-interface: 19.0.2 -> 19.0.3
  • revm-context: 18.0.2 -> 18.0.3
  • revm-interpreter: 37.0.2 -> 37.0.3
  • revm-precompile: 36.0.2 -> 36.0.3
  • revm-handler: 20.0.2 -> 20.0.3
  • revm-inspector: 21.0.2 -> 21.0.3
  • revm-statetest-types: 19.0.2 -> 19.0.3
  • revme: 17.0.2 -> 17.0.3

⚠ revm-database breaking changes

--- failure auto_trait_impl_removed: auto trait no longer implemented ---

Description:
A public type has stopped implementing one or more auto traits. This can break downstream code that depends on the traits being implemented.
        ref: https://doc.rust-lang.org/reference/special-types-and-traits.html#auto-traits
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type State is no longer Sync, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer UnwindSafe, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer RefUnwindSafe, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer Sync, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer UnwindSafe, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer RefUnwindSafe, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer Sync, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer UnwindSafe, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32
  type State is no longer RefUnwindSafe, in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:32

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.47.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field State.state_hook in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:75
  field State.state_hook in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:75
  field State.state_hook in /tmp/.tmp7hyAFn/revm/crates/database/src/states/state.rs:75
Changelog

revm-database-interface

12.2.0 - 2026-05-22

Added

  • add OnStateHook for State<DB> (#3710)

revm-database

16.0.0 - 2026-05-22

Added

  • add OnStateHook for State<DB> (#3710)

revm

40.1.0 - 2026-05-22

Added

  • add OnStateHook for State<DB> (#3710)

revm-context-interface

19.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-database-interface

revm-context

18.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-database-interface, revm-database, revm-context-interface

revm-interpreter

37.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-context-interface

revm-precompile

36.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-context-interface

revm-handler

20.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-database-interface, revm-database, revm-context-interface, revm-context, revm-interpreter, revm-precompile

revm-inspector

21.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-database-interface, revm-database, revm-context, revm-interpreter, revm-handler

revm-statetest-types

19.0.3 - 2026-05-22

Other

  • updated the following local packages: revm-database, revm-context-interface, revm-context

revme

17.0.3 - 2026-05-22

Other

  • updated the following local packages: revm


This PR was generated with release-plz.

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