chore: technical release of anyspawn@0.5.5#512
Conversation
There was a problem hiding this comment.
Pull request overview
This PR performs a technical release cascade centered on anyspawn@0.5.5, bumping versions of dependent workspace crates and updating generated documentation/link targets to match the new published versions.
Changes:
- Bump crate versions for
anyspawn,anyspawn_azure,fetch,fetch_hyper,fetch_azure, andcachet. - Update workspace dependency versions (and
Cargo.lock) to align with the released crate versions. - Regenerate crate READMEs / update docs.rs link references to point at the new versions.
Reviewed changes
Copilot reviewed 19 out of 20 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| crates/fetch/README.md | Updates generated docs.rs link references to fetch@0.11.3. |
| crates/fetch/CHANGELOG.md | Adds a 0.11.3 entry noting the updated anyspawn requirement. |
| crates/fetch/Cargo.toml | Bumps fetch crate version to 0.11.3. |
| crates/fetch_hyper/README.md | Updates generated docs.rs link references to fetch_hyper@0.4.3 and anyspawn@0.5.5. |
| crates/fetch_hyper/CHANGELOG.md | Adds a 0.4.3 entry noting the updated anyspawn requirement. |
| crates/fetch_hyper/Cargo.toml | Bumps fetch_hyper crate version to 0.4.3. |
| crates/fetch_azure/README.md | Updates generated docs.rs link references to fetch_azure@0.1.2 and fetch@0.11.3. |
| crates/fetch_azure/CHANGELOG.md | Adds a 0.1.2 entry noting the updated anyspawn requirement. |
| crates/fetch_azure/Cargo.toml | Bumps fetch_azure crate version to 0.1.2. |
| crates/cachet/README.md | Updates generated docs.rs link references to cachet@0.7.2. |
| crates/cachet/CHANGELOG.md | Adds a 0.7.2 entry noting the updated anyspawn requirement. |
| crates/cachet/Cargo.toml | Bumps cachet crate version to 0.7.2. |
| crates/anyspawn/README.md | Updates generated docs.rs link references to anyspawn@0.5.5. |
| crates/anyspawn/CHANGELOG.md | Adds a 0.5.5 entry as a technical release. |
| crates/anyspawn/Cargo.toml | Bumps anyspawn crate version to 0.5.5. |
| crates/anyspawn_azure/README.md | Updates generated docs.rs/crates.io link references to anyspawn@0.5.5 and anyspawn_azure@0.1.1. |
| crates/anyspawn_azure/CHANGELOG.md | Adds a 0.1.1 entry noting the updated anyspawn requirement. |
| crates/anyspawn_azure/Cargo.toml | Bumps anyspawn_azure crate version to 0.1.1. |
| Cargo.toml | Updates [workspace.dependencies] versions to match the new crate releases. |
| Cargo.lock | Updates the lockfile entries for the bumped workspace crates. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| anyspawn = { path = "crates/anyspawn", default-features = false, version = "0.5.5" } | ||
| anyspawn_azure = { path = "crates/anyspawn_azure", default-features = false, version = "0.1.1" } | ||
| bytesbuf = { path = "crates/bytesbuf", default-features = false, version = "0.5.5" } | ||
| bytesbuf_io = { path = "crates/bytesbuf_io", default-features = false, version = "0.5.6" } | ||
| cachet = { path = "crates/cachet", default-features = false, version = "0.7.1" } | ||
| cachet = { path = "crates/cachet", default-features = false, version = "0.7.2" } | ||
| cachet_memory = { path = "crates/cachet_memory", default-features = false, version = "0.3.5" } | ||
| cachet_service = { path = "crates/cachet_service", default-features = false, version = "0.2.6" } | ||
| cachet_tier = { path = "crates/cachet_tier", default-features = false, version = "0.2.4" } | ||
| data_privacy = { path = "crates/data_privacy", default-features = false, version = "0.12.2" } | ||
| data_privacy_core = { path = "crates/data_privacy_core", default-features = false, version = "0.1.1" } | ||
| data_privacy_macros = { path = "crates/data_privacy_macros", default-features = false, version = "0.10.2" } | ||
| data_privacy_macros_impl = { path = "crates/data_privacy_macros_impl", default-features = false, version = "0.10.2" } | ||
| fetch = { path = "crates/fetch", default-features = false, version = "0.11.2" } | ||
| fetch_azure = { path = "crates/fetch_azure", default-features = false, version = "0.1.1" } | ||
| fetch_hyper = { path = "crates/fetch_hyper", default-features = false, version = "0.4.2" } | ||
| fetch = { path = "crates/fetch", default-features = false, version = "0.11.3" } | ||
| fetch_azure = { path = "crates/fetch_azure", default-features = false, version = "0.1.2" } | ||
| fetch_hyper = { path = "crates/fetch_hyper", default-features = false, version = "0.4.3" } |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #512 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 343 343
Lines 26121 26121
=======================================
Hits 26121 26121 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
I was able to publish most of the missing crates, but we hit the limits |
Vaiz
left a comment
There was a problem hiding this comment.
anyspawn 0.5.4 has been published
No description provided.