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

Closed
wants to merge 1 commit into from
Closed

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-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-std-fpvm: 0.1.2 -> 0.1.3 (✓ API compatible changes)
  • kona-std-fpvm-proc: 0.1.2 -> 0.1.3
  • kona-providers-alloy: 0.1.0 -> 0.1.1 (✓ API compatible changes)

⚠️ 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/.tmp9LhVBu/kona/crates/interop/src/errors.rs:48
  type SuperRootError no longer derives Eq, in /tmp/.tmp9LhVBu/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/.tmp9LhVBu/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/.tmpIQNuTU/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/.tmp9LhVBu/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/.tmp9LhVBu/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/.tmpIQNuTU/kona-interop/src/traits.rs:18
Changelog

kona-derive

0.2.4 - 2025-01-28

Added

kona-driver

0.2.4 - 2025-01-28

Added

kona-executor

0.2.4 - 2025-01-28

Added

Other

kona-mpt

0.1.3 - 2025-01-28

Other

kona-interop

0.2.0 - 2025-01-28

Added

kona-preimage

0.2.2 - 2025-01-28

Added

kona-proof

0.2.4 - 2025-01-28

Added

kona-proof-interop

0.1.2 - 2025-01-28

Added

kona-std-fpvm

0.1.3 - 2025-01-28

Added

kona-std-fpvm-proc

0.1.3 - 2025-01-28

Added

Other

kona-providers-alloy

0.1.1 - 2025-01-28

Added


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-01-18T02-22-41Z branch 7 times, most recently from f43562c to 939ab6e Compare January 24, 2025 16:34
@github-actions github-actions bot force-pushed the release-plz-2025-01-18T02-22-41Z branch 7 times, most recently from 270ae76 to e6b7fca Compare January 28, 2025 16:53
@github-actions github-actions bot force-pushed the release-plz-2025-01-18T02-22-41Z branch from e6b7fca to e61991a Compare January 28, 2025 18:36
@github-actions github-actions bot closed this Jan 28, 2025
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