chore: release thread_aware v0.8.0 and 15 additional packages#550
Conversation
sandersaares
commented
Jul 7, 2026
There was a problem hiding this comment.
Pull request overview
This PR performs a scripted workspace release, bumping thread_aware to 0.8.0 and cascading version updates across 15 dependent crates, along with regenerating changelogs and crate READMEs to reflect the new published versions.
Changes:
- Bump crate versions across 16 packages and update workspace dependency pins accordingly.
- Regenerate crate
CHANGELOG.mdentries for the new release versions. - Regenerate crate
README.mdfiles (doc2readme link/version refresh) and updateCargo.lock.
Reviewed changes
Copilot reviewed 49 out of 50 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| Cargo.toml | Updates workspace dependency version pins for the released crates. |
| Cargo.lock | Updates the lockfile to reflect the new workspace crate versions. |
| crates/anyspawn/Cargo.toml | Bumps anyspawn version for the release. |
| crates/anyspawn/CHANGELOG.md | Adds release notes for anyspawn 0.6.0. |
| crates/anyspawn/README.md | Regenerates README links/versions for the new release. |
| crates/anyspawn_azure/Cargo.toml | Bumps anyspawn_azure version for the release. |
| crates/anyspawn_azure/CHANGELOG.md | Adds release notes for anyspawn_azure 0.1.3. |
| crates/anyspawn_azure/README.md | Regenerates README links/versions for the new release. |
| crates/bytesbuf/Cargo.toml | Bumps bytesbuf version for the release. |
| crates/bytesbuf/CHANGELOG.md | Adds release notes for bytesbuf 0.6.0. |
| crates/bytesbuf/README.md | Regenerates README links/versions for the new release. |
| crates/bytesbuf_io/Cargo.toml | Bumps bytesbuf_io version for the release. |
| crates/bytesbuf_io/CHANGELOG.md | Adds release notes for bytesbuf_io 0.5.9. |
| crates/bytesbuf_io/README.md | Regenerates README links/versions for the new release. |
| crates/cachet/Cargo.toml | Bumps cachet version for the release. |
| crates/cachet/CHANGELOG.md | Adds release notes for cachet 0.7.5. |
| crates/cachet/README.md | Regenerates README links/versions for the new release. |
| crates/cachet_memory/Cargo.toml | Bumps cachet_memory version for the release. |
| crates/cachet_memory/CHANGELOG.md | Adds release notes for cachet_memory 0.4.0. |
| crates/cachet_memory/README.md | Regenerates README links/versions for the new release. |
| crates/fetch/Cargo.toml | Bumps fetch version for the release. |
| crates/fetch/CHANGELOG.md | Adds release notes for fetch 0.13.0. |
| crates/fetch/README.md | Regenerates README links/versions for the new release. |
| crates/fetch_azure/Cargo.toml | Bumps fetch_azure version for the release. |
| crates/fetch_azure/CHANGELOG.md | Adds release notes for fetch_azure 0.2.3. |
| crates/fetch_azure/README.md | Regenerates README links/versions for the new release. |
| crates/fetch_hyper/Cargo.toml | Bumps fetch_hyper version for the release. |
| crates/fetch_hyper/CHANGELOG.md | Adds release notes for fetch_hyper 0.4.6. |
| crates/fetch_hyper/README.md | Regenerates README links/versions for the new release. |
| crates/http_extensions/Cargo.toml | Bumps http_extensions version for the release. |
| crates/http_extensions/CHANGELOG.md | Adds release notes for http_extensions 0.7.0. |
| crates/http_extensions/README.md | Regenerates README links/versions for the new release. |
| crates/multitude/Cargo.toml | Bumps multitude version for the release. |
| crates/multitude/CHANGELOG.md | Adds release notes for multitude 0.6.1. |
| crates/multitude/README.md | Regenerates README links/versions for the new release. |
| crates/seatbelt/Cargo.toml | Bumps seatbelt version for the release. |
| crates/seatbelt/CHANGELOG.md | Adds release notes for seatbelt 0.6.0. |
| crates/seatbelt/README.md | Regenerates README links/versions for the new release. |
| crates/seatbelt_http/Cargo.toml | Bumps seatbelt_http version for the release. |
| crates/seatbelt_http/CHANGELOG.md | Adds release notes for seatbelt_http 0.4.6. |
| crates/seatbelt_http/README.md | Regenerates README links/versions for the new release. |
| crates/thread_aware/Cargo.toml | Bumps thread_aware version for the release. |
| crates/thread_aware/CHANGELOG.md | Adds release notes for thread_aware 0.8.0. |
| crates/thread_aware/README.md | Regenerates README links/versions for the new release. |
| crates/tick/Cargo.toml | Bumps tick version for the release. |
| crates/tick/CHANGELOG.md | Adds release notes for tick 0.4.0. |
| crates/tick/README.md | Regenerates README links/versions for the new release. |
| crates/uniflight/Cargo.toml | Bumps uniflight version for the release. |
| crates/uniflight/CHANGELOG.md | Adds release notes for uniflight 0.3.0. |
| crates/uniflight/README.md | Regenerates README links/versions for the new release. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #550 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 356 356
Lines 26966 26966
=======================================
Hits 26966 26966 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Vaiz
left a comment
There was a problem hiding this comment.
what's the reason for breaking release?
|
is this a correct list of changes? could you include it into changelog? [0.8.0] - 2026-07-07⚠ Breaking Changes
✨ Features
🐛 Bug Fixes
✔️ TasksMigration Guide
|
I assume updating |
|
@copilot, fix changelog according to this comment |
…nges and migration guide
Updated the |
For future reference, in general, no, I do not intend to spend any time on changelog maintenance as it is a waste of time in my view (anything in this PR originally was auto-generated). That said, I am more than happy to accept any supplied changelogs if you choose to improve the autogenerated ones, so thanks! |