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

Merged
merged 1 commit into from
Nov 20, 2024
Merged

chore: release #827

merged 1 commit into from
Nov 20, 2024

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Nov 19, 2024

πŸ€– New release

  • kona-derive: 0.0.6 -> 0.0.7 (βœ“ API compatible changes)
  • kona-driver: 0.0.0 -> 0.0.1 (βœ“ API compatible changes)
  • kona-executor: 0.0.5 -> 0.0.6 (βœ“ API compatible changes)
  • kona-mpt: 0.0.6 -> 0.0.7 (⚠️ API breaking changes)
  • kona-common: 0.0.4 -> 0.0.5 (βœ“ API compatible changes)
  • kona-preimage: 0.0.4 -> 0.0.5 (⚠️ API breaking changes)
  • kona-proof: 0.0.1
  • kona-common-proc: 0.0.5 -> 0.0.6

⚠️ kona-mpt breaking changes

--- failure enum_tuple_variant_changed_kind: An enum tuple variant changed kind ---

Description:
A public enum's exhaustive tuple variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_tuple_variant_changed_kind.ron

Failed in:
  variant TrieNodeError::KeyNotFound in /tmp/.tmpDbkBoB/kona/crates/mpt/src/errors.rs:22

--- 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.36.0/src/lints/trait_method_missing.ron

Failed in:
  method bytecode_by_hash of trait TrieProvider, previously in file /tmp/.tmptWctLg/kona-mpt/src/traits.rs:38
  method header_by_hash of trait TrieProvider, previously in file /tmp/.tmptWctLg/kona-mpt/src/traits.rs:50

⚠️ kona-preimage breaking changes

--- failure enum_tuple_variant_changed_kind: An enum tuple variant changed kind ---

Description:
A public enum's exhaustive tuple variant has changed to a different kind of enum variant, breaking possible instantiations and patterns.
        ref: https://doc.rust-lang.org/reference/items/enumerations.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/enum_tuple_variant_changed_kind.ron

Failed in:
  variant PreimageOracleError::InvalidPreimageKey in /tmp/.tmpDbkBoB/kona/crates/proof-sdk/preimage/src/errors.rs:18

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

Failed in:
  struct kona_preimage::errors::InvalidPreimageKeyType, previously in file /tmp/.tmptWctLg/kona-preimage/src/errors.rs:59
  struct kona_preimage::PipeHandle, previously in file /tmp/.tmptWctLg/kona-preimage/src/pipe.rs:15
Changelog

kona-derive

0.0.7 - 2024-11-20

Added

  • (driver) Abstract, Default Pipeline (#796)

Other

  • (derive) remove batch reader (#826)
  • op-alloy 0.6.8 (#830)
  • (driver) use tracing macros (#823)
  • (deps) op-alloy 0.6.7 (#824)
  • v0.6.6 op-alloy (#804)
  • (workspace) Migrate back to thiserror v2 (#811)
  • (derive) Re-export types (#790)
  • Revert "chore: bump alloy deps (#788)" (#791)

kona-driver

0.0.1 - 2024-11-20

Added

  • (driver,client) Pipeline Cursor Refactor (#798)
  • (driver) Abstract, Default Pipeline (#796)

Fixed

  • imports (#829)
  • (client) SyncStart Refactor (#797)

Other

  • (driver) use tracing macros (#823)
  • (driver) use tracing macros (#822)
  • (workspace) Migrate back to thiserror v2 (#811)

kona-executor

0.0.6 - 2024-11-20

Added

  • (mpt) Extend TrieProvider in kona-executor (#813)

Other

  • (driver) use tracing macros (#823)
  • (workspace) Migrate back to thiserror v2 (#811)

kona-mpt

0.0.7 - 2024-11-20

Added

  • (mpt) Extend TrieProvider in kona-executor (#813)

Fixed

  • (mpt) Remove unnused collapse (#808)

Other

  • v0.6.6 op-alloy (#804)
  • (workspace) Migrate back to thiserror v2 (#811)
  • Revert "chore: bump alloy deps (#788)" (#791)

kona-common

0.0.5 - 2024-11-20

Other

  • (workspace) Reorganize SDK (#816)

kona-preimage

0.0.5 - 2024-11-20

Added

  • (preimage) Decouple from kona-common (#817)

Other

  • (driver) use tracing macros (#823)
  • (workspace) Reorganize SDK (#816)

kona-proof

0.0.1 - 2024-11-20

Added

  • (workspace) kona-proof (#818)

Fixed

Other

  • op-alloy 0.6.8 (#830)
  • (driver) use tracing macros (#823)

kona-common-proc

0.0.6 - 2024-11-20

Other

  • updated the following local packages: kona-common


This PR was generated with release-plz.

@github-actions github-actions bot force-pushed the release-plz-2024-11-19T13-31-33Z branch 5 times, most recently from 6c3cd0b to 4086a24 Compare November 20, 2024 18:59
@refcell refcell force-pushed the release-plz-2024-11-19T13-31-33Z branch from 4086a24 to 10636b7 Compare November 20, 2024 19:03
Copy link

codecov bot commented Nov 20, 2024

Codecov Report

All modified and coverable lines are covered by tests βœ…

Project coverage is 91.9%. Comparing base (9e90c2d) to head (10636b7).
Report is 1 commits behind head on main.

βœ… All tests successful. No failed tests found.

Additional details and impacted files

β˜” View full report in Codecov by Sentry.
πŸ“’ Have feedback on the report? Share it here.


🚨 Try these New Features:

@refcell refcell enabled auto-merge November 20, 2024 19:08
@refcell refcell added this pull request to the merge queue Nov 20, 2024
Merged via the queue into main with commit 7d66132 Nov 20, 2024
16 checks passed
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.

1 participant