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

Merged
merged 2 commits into from
Nov 11, 2024
Merged

chore: release #595

merged 2 commits into from
Nov 11, 2024

Conversation

github-actions[bot]
Copy link
Contributor

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

🤖 New release

  • timely_bytes: 0.12.0 -> 0.12.1 (✓ API compatible changes)
  • timely_communication: 0.13.0 -> 0.14.0 (⚠️ API breaking changes)
  • timely: 0.13.0 -> 0.14.0 (⚠️ API breaking changes)

⚠️ timely_communication 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.36.0/src/lints/enum_missing.ron

Failed in:
  enum timely_communication::message::RefOrMut, previously in file /tmp/.tmpi9YjTk/timely_communication/src/message.rs:8

--- 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 timely_communication::message, previously in file /tmp/.tmpi9YjTk/timely_communication/src/message.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 timely_communication::message::Message, previously in file /tmp/.tmpi9YjTk/timely_communication/src/message.rs:64
  struct timely_communication::Message, previously in file /tmp/.tmpi9YjTk/timely_communication/src/message.rs:64

--- failure trait_missing: pub trait removed or renamed ---

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

Failed in:
  trait timely_communication::Data, previously in file /tmp/.tmpi9YjTk/timely_communication/src/lib.rs:102

⚠️ timely breaking changes

--- failure trait_added_supertrait: non-sealed trait added new supertraits ---

Description:
A non-sealed trait added one or more supertraits, which breaks downstream implementations of the trait
        ref: https://doc.rust-lang.org/cargo/reference/semver.html#generic-bounds-tighten
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.36.0/src/lints/trait_added_supertrait.ron

Failed in:
  trait timely::progress::Timestamp gained ExchangeData in file /tmp/.tmpZ8mwRs/timely-dataflow/timely/src/progress/timestamp.rs:12
  trait timely::progress::timestamp::Timestamp gained ExchangeData in file /tmp/.tmpZ8mwRs/timely-dataflow/timely/src/progress/timestamp.rs:12
Changelog

timely

0.14.0 - 2024-11-11

Other

  • Move opinions about encoding from communication to timely. (#597)
  • Rust updates, better doc testing (#598)
  • Simplify communication Message type (#596)


This PR was generated with release-plz.

@github-actions github-actions bot changed the title chore(timely_bytes): release v0.12.1 chore: release Nov 10, 2024
@github-actions github-actions bot force-pushed the release-plz-2024-10-29T14-00-16Z branch 2 times, most recently from 8aa371d to 2c92126 Compare November 11, 2024 11:16
@github-actions github-actions bot force-pushed the release-plz-2024-10-29T14-00-16Z branch from 2c92126 to 07224c1 Compare November 11, 2024 11:41
@frankmcsherry frankmcsherry merged commit 5c33a63 into master Nov 11, 2024
7 checks passed
@antiguru antiguru deleted the release-plz-2024-10-29T14-00-16Z branch November 12, 2024 10:02
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