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 #1033

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 Feb 13, 2025

🤖 New release

  • kona-derive: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-driver: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-executor: 0.2.3 -> 0.3.0 (⚠ API breaking changes)
  • kona-mpt: 0.1.2 -> 0.2.0 (⚠ API breaking changes)
  • kona-preimage: 0.2.1 -> 0.2.2 (✓ API compatible changes)
  • kona-proof: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-proof-interop: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • kona-providers-alloy: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • kona-std-fpvm: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • kona-std-fpvm-proc: 0.1.2 -> 0.1.3
  • kona-net: 0.1.0 -> 0.1.1 (✓ API compatible changes)
  • kona-hardforks: 0.1.0
  • kona-providers-local: 0.1.0
  • kona-nexus: 0.1.0 -> 0.1.1

kona-executor breaking changes

--- failure method_parameter_count_changed: pub method parameter count changed ---

Description:
A publicly-visible method now takes a different number of parameters.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#fn-change-arity
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/method_parameter_count_changed.ron

Failed in:
  kona_executor::TrieDB::get_trie_account now takes 3 parameters instead of 2, in /tmp/.tmpmOq53h/kona/crates/proof/executor/src/db/mod.rs:174

--- 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 kona_executor::TrieAccount, previously in file /tmp/.tmpJYwD4t/kona-executor/src/db/account.rs:9

kona-mpt breaking changes

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn 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/inherent_method_missing.ron

Failed in:
  TrieNode::blinded_commitment, previously in file /tmp/.tmpJYwD4t/kona-mpt/src/node.rs:113
  TrieNode::encode_in_place, previously in file /tmp/.tmpJYwD4t/kona-mpt/src/node.rs:370

--- failure trait_method_added: pub trait method added ---

Description:
A non-sealed public trait added a new method without a default implementation, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#trait-new-item-no-default
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.39.0/src/lints/trait_method_added.ron

Failed in:
  trait method kona_mpt::TrieHinter::hint_execution_witness in file /tmp/.tmpmOq53h/kona/crates/proof/mpt/src/traits.rs:80
Changelog

kona-derive

0.2.4 - 2025-02-21

Added

Other

kona-driver

0.2.4 - 2025-02-21

Added

Other

kona-executor

0.3.0 - 2025-02-21

Added

Other

kona-mpt

0.2.0 - 2025-02-21

Added

Other

kona-preimage

0.2.2 - 2025-02-21

Added

Other

kona-proof

0.2.4 - 2025-02-21

Added

Other

kona-proof-interop

0.1.2 - 2025-02-21

Added

Other

kona-providers-alloy

0.1.1 - 2025-02-21

Added

kona-std-fpvm

0.1.3 - 2025-02-21

Fixed

Other

kona-std-fpvm-proc

0.1.3 - 2025-02-21

Other

kona-net

0.1.1 - 2025-02-21

Added

kona-hardforks

0.1.0 - 2025-02-21

Added

kona-providers-local

0.1.0 - 2025-02-21

Added

kona-nexus

0.1.1 - 2025-02-21

Other

  • updated the following local packages: kona-net


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-02-13T17-52-09Z branch 14 times, most recently from 3e926c7 to 9af3668 Compare February 20, 2025 23:27
@github-actions github-actions bot force-pushed the release-plz-2025-02-13T17-52-09Z branch from 9af3668 to e57ee12 Compare February 21, 2025 15:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

Successfully merging this pull request may close these issues.

0 participants