Skip to content

chore: release v0.31.0#31

Open
github-actions[bot] wants to merge 1 commit into
masterfrom
release-plz-2025-06-15T13-17-44Z
Open

chore: release v0.31.0#31
github-actions[bot] wants to merge 1 commit into
masterfrom
release-plz-2025-06-15T13-17-44Z

Conversation

@github-actions

@github-actions github-actions Bot commented Jun 15, 2025

Copy link
Copy Markdown

🤖 New release

  • timely_bytes: 0.30.0 -> 0.31.0
  • timely_container: 0.30.0 -> 0.31.0
  • timely_logging: 0.30.0 -> 0.31.0
  • timely_communication: 0.30.0 -> 0.31.0
  • timely: 0.30.0 -> 0.31.0 (⚠ API breaking changes)

timely breaking changes

--- failure constructible_struct_adds_field: externally-constructible struct adds field ---

Description:
A pub struct constructible with a struct literal has a new pub field. Existing struct literals must be updated to include the new field.
        ref: https://doc.rust-lang.org/reference/expressions/struct-expr.html
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.48.0/src/lints/constructible_struct_adds_field.ron

Failed in:
  field PortConnectivityContainer.entries in /tmp/.tmpdvEo0L/timely-dataflow/timely/src/progress/operate.rs:144
  field PortConnectivityReference.entries in /tmp/.tmpdvEo0L/timely-dataflow/timely/src/progress/operate.rs:144

--- failure inherent_method_missing: pub method removed or renamed ---

Description:
A publicly-visible method or associated fn is no longer available under its prior name. It 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.48.0/src/lints/inherent_method_missing.ron

Failed in:
  PortConnectivity::insert, previously in file /tmp/.tmpgP3yZL/timely/src/progress/operate.rs:93
  PortConnectivity::insert_ref, previously in file /tmp/.tmpgP3yZL/timely/src/progress/operate.rs:97
  PortConnectivity::add_port, previously in file /tmp/.tmpgP3yZL/timely/src/progress/operate.rs:101

--- failure struct_pub_field_missing: pub struct's pub field removed or renamed ---

Description:
A publicly-visible struct has at least one public field that is no longer available under its prior name. It 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.48.0/src/lints/struct_pub_field_missing.ron

Failed in:
  field tree of struct PortConnectivityContainer, previously in file /tmp/.tmpgP3yZL/timely/src/progress/operate.rs:80
  field tree of struct PortConnectivityReference, previously in file /tmp/.tmpgP3yZL/timely/src/progress/operate.rs:80
Changelog

timely

0.31.0 - 2026-06-13

Other

  • trim bookkeeping vector capacities at build (#806)
  • Several instances of .clone() removed. (#805)
  • Add a consuming iterator for PortConnectivity; move summaries rather than clone (#804)
  • Replace BTreeMap in PortConnectivity with a sorted Vec; semi-naive iteration replacing in-place updates (#802)


This PR was generated with release-plz.

@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from 6985ee2 to 95cf3f3 Compare June 17, 2025 13:17
@github-actions github-actions Bot changed the title chore(timely): release v0.21.1 chore: release Jun 24, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from 95cf3f3 to 40d5a3b Compare June 24, 2025 19:17
@github-actions github-actions Bot changed the title chore: release chore(timely): release v0.21.4 Jul 2, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 2 times, most recently from 401f4c7 to c619660 Compare July 5, 2025 19:18
@github-actions github-actions Bot changed the title chore(timely): release v0.21.4 chore: release Jul 5, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 2 times, most recently from e689394 to 0f0dba3 Compare July 13, 2025 01:18
@github-actions github-actions Bot changed the title chore: release chore: release v0.21.6 Aug 12, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 2 times, most recently from 0af5890 to a087a75 Compare August 13, 2025 04:43
@github-actions github-actions Bot changed the title chore: release v0.21.6 chore: release v0.22.0 Aug 14, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 3 times, most recently from 73b6842 to e6864b4 Compare August 14, 2025 20:03
@github-actions github-actions Bot changed the title chore: release v0.22.0 chore: release v0.23.0 Aug 16, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from e6864b4 to ba36ce8 Compare August 16, 2025 20:15
@github-actions github-actions Bot changed the title chore: release v0.23.0 chore: release v0.24.0 Aug 28, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 2 times, most recently from 4f8139f to 1143d1f Compare August 29, 2025 02:48
@github-actions github-actions Bot changed the title chore: release v0.24.0 chore: release v0.25.0 Sep 16, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 5 times, most recently from 77ab9b8 to 88f0eb5 Compare September 21, 2025 13:22
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from 88f0eb5 to 4d99e45 Compare September 27, 2025 02:52
@github-actions github-actions Bot changed the title chore: release v0.25.0 chore: release v0.26.0 Oct 28, 2025
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from 4d99e45 to 1aa45d9 Compare October 28, 2025 19:24
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 5 times, most recently from 63e637b to 728d6f0 Compare February 28, 2026 01:53
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 2 times, most recently from 32c80ef to b6bdf52 Compare March 4, 2026 02:02
@github-actions github-actions Bot changed the title chore: release v0.27.0 chore: release v0.28.0 Mar 8, 2026
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 6 times, most recently from 253701f to 507a354 Compare March 14, 2026 03:24
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 3 times, most recently from fe91c23 to ff03a4c Compare March 22, 2026 01:18
@github-actions github-actions Bot changed the title chore: release v0.28.0 chore: release v0.29.0 Apr 8, 2026
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch 7 times, most recently from 7e6662d to c9a304f Compare April 13, 2026 14:11
@github-actions github-actions Bot changed the title chore: release v0.29.0 chore: release v0.30.0 Apr 17, 2026
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from c9a304f to 1fba23d Compare April 17, 2026 17:53
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from 1fba23d to 7890050 Compare April 30, 2026 23:11
@github-actions github-actions Bot force-pushed the release-plz-2025-06-15T13-17-44Z branch from 7890050 to 1db8460 Compare May 23, 2026 22:35
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