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

Closed
wants to merge 1 commit into from
Closed

Conversation

github-actions[bot]
Copy link
Contributor

@github-actions github-actions bot commented Oct 25, 2024

🤖 New release

  • kona-derive: 0.0.4 -> 0.0.5 (⚠️ API breaking changes)
  • kona-derive-alloy: 0.0.1 -> 0.0.2 (✓ API compatible changes)
  • kona-mpt: 0.0.4 -> 0.0.5 (✓ API compatible changes)
  • kona-executor: 0.0.3 -> 0.0.4

⚠️ kona-derive breaking changes

--- failure declarative_macro_missing: macro_rules declaration removed or renamed ---

Description:
A publicly-visible `macro_rules` declarative macro cannot be imported by its prior name. A `#[macro_export]` may have been removed, or the macro itself may have been renamed or removed entirely.
        ref: https://doc.rust-lang.org/reference/macros-by-example.html#path-based-scope
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/declarative_macro_missing.ron

Failed in:
  macro_rules! observe, previously in file /tmp/.tmpw8yaof/kona-derive/src/macros.rs:39
  macro_rules! set, previously in file /tmp/.tmpw8yaof/kona-derive/src/macros.rs:52
  macro_rules! inc, previously in file /tmp/.tmpw8yaof/kona-derive/src/macros.rs:22
  macro_rules! timer, previously in file /tmp/.tmpw8yaof/kona-derive/src/macros.rs:5

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

Failed in:
  mod kona_derive::metrics, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:1

--- 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_derive::metrics::STAGE_ADVANCE_RESPONSE_TIME, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::BATCH_COMPRESSION_RATIO, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::CURRENT_CHANNEL_FRAMES, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::CHANNEL_QUEUE_NON_EMPTY, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::CHANNEL_FRAME_COUNT, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::ORIGIN_GAUGE, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::STAGE_RESETS, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::BATCH_READER_ERRORS, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::DERIVED_FRAMES_COUNT, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
  struct kona_derive::metrics::CHANNEL_TIMEOUTS, previously in file /tmp/.tmpw8yaof/kona-derive/src/metrics.rs:18
Changelog

kona-derive

0.0.5 - 2024-10-29

Added

  • (derive) Remove metrics (#743)
  • (derive) sys config accessor (#722)

Fixed

  • tracing_subscriber problem in kona-derive tests (#741)
  • (derive) Holocene action tests / fixes (#733)

Other

  • (derive) import hygiene (#744)

kona-mpt

0.0.5 - 2024-10-29

Fixed

  • add feature for alloy-provider, fix test_util (#738)

kona-executor

0.0.4 - 2024-10-29

Other

  • updated the following local packages: kona-mpt


This PR was generated with release-plz.

@refcell
Copy link
Collaborator

refcell commented Oct 25, 2024

Darn I think this is stuck in a loop - it seems to only include the 0.0.1 release... If we merge this, it will probably just put up a pr for 0.0.3

This should be ok - when we want to perform the next release, we just need to merge this.

@github-actions github-actions bot force-pushed the release-plz-2024-10-25T18-03-59Z branch from 19bcc0f to 544480c Compare October 25, 2024 18:10
@github-actions github-actions bot changed the title chore(kona-derive-alloy): release v0.0.2 chore: release Oct 25, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-10-25T18-03-59Z branch 8 times, most recently from 045c76a to d109cfb Compare October 29, 2024 17:33
@github-actions github-actions bot force-pushed the release-plz-2024-10-25T18-03-59Z branch from d109cfb to 9d181a1 Compare October 29, 2024 18:16
@github-actions github-actions bot closed this Oct 29, 2024
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