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.3.0 (⚠️ API breaking changes)
  • kona-executor: 0.2.3 -> 0.2.4 (✓ API compatible changes)
  • kona-interop: 0.1.1 -> 0.1.2 (✓ API compatible changes)
  • kona-proof: 0.2.3 -> 0.3.0 (⚠️ API breaking changes)
  • kona-proof-interop: 0.1.1 -> 0.2.0 (⚠️ API breaking changes)

⚠️ kona-driver 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.38.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type Driver is no longer UnwindSafe, in /tmp/.tmpRlWUvA/kona/crates/driver/src/core.rs:22
  type Driver is no longer RefUnwindSafe, in /tmp/.tmpRlWUvA/kona/crates/driver/src/core.rs:22

⚠️ kona-proof 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.38.0/src/lints/auto_trait_impl_removed.ron

Failed in:
  type OracleL2ChainProvider is no longer UnwindSafe, in /tmp/.tmpRlWUvA/kona/crates/proof-sdk/proof/src/l2/chain_provider.rs:22
  type OracleL2ChainProvider is no longer RefUnwindSafe, in /tmp/.tmpRlWUvA/kona/crates/proof-sdk/proof/src/l2/chain_provider.rs:22
  type OraclePipeline is no longer UnwindSafe, in /tmp/.tmpRlWUvA/kona/crates/proof-sdk/proof/src/l1/pipeline.rs:58
  type OraclePipeline is no longer RefUnwindSafe, in /tmp/.tmpRlWUvA/kona/crates/proof-sdk/proof/src/l1/pipeline.rs:58

⚠️ kona-proof-interop breaking changes

--- 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_proof_interop::pre_state::PreState, previously in file /tmp/.tmp82w3K8/kona-proof-interop/src/pre_state.rs:17

--- failure module_missing: pub module removed or renamed ---

Description:
A publicly-visible module cannot be imported by its prior path. A `pub use` may have been removed, or the module may have been renamed, removed, or made non-public.
        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/module_missing.ron

Failed in:
  mod kona_proof_interop::pre_state, previously in file /tmp/.tmp82w3K8/kona-proof-interop/src/pre_state.rs:1

--- failure pub_module_level_const_missing: pub module-level const is missing ---

Description:
A public const is missing, renamed, or changed from const to static.
        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/pub_module_level_const_missing.ron

Failed in:
  TRANSITION_STATE_VERSION in file /tmp/.tmp82w3K8/kona-proof-interop/src/pre_state.rs:9
  L2_CLAIM_TIMESTAMP_KEY in file /tmp/.tmp82w3K8/kona-proof-interop/src/boot.rs:22

--- 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.38.0/src/lints/struct_missing.ron

Failed in:
  struct kona_proof_interop::pre_state::TransitionState, previously in file /tmp/.tmp82w3K8/kona-proof-interop/src/pre_state.rs:62
  struct kona_proof_interop::pre_state::OptimisticBlock, previously in file /tmp/.tmp82w3K8/kona-proof-interop/src/pre_state.rs:137
Changelog

kona-derive

0.2.4 - 2025-01-18

Added

kona-driver

0.3.0 - 2025-01-18

Added

kona-executor

0.2.4 - 2025-01-18

Added

kona-interop

0.1.2 - 2025-01-18

Other

  • update Cargo.toml dependencies

kona-proof

0.3.0 - 2025-01-18

Added

kona-proof-interop

0.2.0 - 2025-01-18

Added


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2025-01-18T02-22-41Z branch from aece668 to 4869ae9 Compare January 18, 2025 16:34
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