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

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 Jan 18, 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.2.4 (✓ API compatible changes)
  • kona-mpt: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • kona-interop: 0.1.1 -> 0.2.0 (⚠️ API breaking 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-std-fpvm-proc: 0.1.2 -> 0.1.3

⚠️ kona-interop breaking changes

--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type SuperRootError no longer derives PartialEq, in /tmp/.tmpqK2X9a/kona/crates/interop/src/errors.rs:48
  type SuperRootError no longer derives Eq, in /tmp/.tmpqK2X9a/kona/crates/interop/src/errors.rs:48

--- failure enum_discriminants_undefined_non_unit_variant: enum's variants no longer have defined discriminants due to non-unit variant ---

Description:
An enum's variants no longer have well-defined discriminant values due to a tuple or struct variant in the enum. This breaks downstream code that accesses discriminants via a numeric cast like `as isize`.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html#assigning-discriminant-values
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_discriminants_undefined_non_unit_variant.ron

Failed in:
  enum SuperRootError in /tmp/.tmpqK2X9a/kona/crates/interop/src/errors.rs:48

--- failure enum_missing: pub enum removed or renamed ---

Description:
A publicly-visible enum cannot be imported by its prior path. A `pub use` may have been removed, or the enum 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.38.0/src/lints/enum_missing.ron

Failed in:
  enum kona_interop::InteropProviderError, previously in file /tmp/.tmps46pEz/kona-interop/src/errors.rs:45

--- failure enum_variant_added: enum variant added on exhaustive enum ---

Description:
A publicly-visible enum without #[non_exhaustive] has a new variant.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#enum-variant-new
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/enum_variant_added.ron

Failed in:
  variant SuperRootError:SliceConversionError in /tmp/.tmpqK2X9a/kona/crates/interop/src/errors.rs:57

--- failure trait_associated_type_added: non-sealed public trait added associated type without default value ---

Description:
A non-sealed trait has gained an associated type without a default value, 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.38.0/src/lints/trait_associated_type_added.ron

Failed in:
  trait associated type kona_interop::InteropProvider::Error in file /tmp/.tmpqK2X9a/kona/crates/interop/src/traits.rs:15

--- failure trait_method_missing: pub trait method removed or renamed ---

Description:
A trait method is no longer callable, and may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#major-any-change-to-trait-item-signatures
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.38.0/src/lints/trait_method_missing.ron

Failed in:
  method header_by_hash of trait InteropProvider, previously in file /tmp/.tmps46pEz/kona-interop/src/traits.rs:18
Changelog

kona-derive

0.2.4 - 2025-01-22

Added

kona-driver

0.2.4 - 2025-01-22

Added

kona-executor

0.2.4 - 2025-01-22

Added

Other

kona-mpt

0.1.3 - 2025-01-22

Other

kona-interop

0.2.0 - 2025-01-22

Added

kona-proof

0.2.4 - 2025-01-22

Added

kona-proof-interop

0.1.2 - 2025-01-22

Added

kona-std-fpvm-proc

0.1.3 - 2025-01-22

Other


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-01-18T02-22-41Z branch 5 times, most recently from d37da7f to 464b840 Compare January 22, 2025 20:53
@github-actions github-actions bot force-pushed the release-plz-2025-01-18T02-22-41Z branch from 464b840 to f43562c Compare January 22, 2025 21:10
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