Increment versions for storage releases#4264
Merged
heaths merged 1 commit intoApr 23, 2026
Merged
Conversation
heaths
approved these changes
Apr 22, 2026
Contributor
There was a problem hiding this comment.
Pull request overview
This PR increments the azure_storage_blob and azure_storage_queue crate versions after their 2026-04-22 releases and adds fresh “Unreleased” sections to their changelogs to start the next development cycle.
Changes:
- Bump
azure_storage_blobfrom0.12.0to0.13.0(including workspace and lockfile references). - Bump
azure_storage_queuefrom0.6.0to0.7.0(including lockfile reference). - Add new
(Unreleased)changelog sections for both crates.
Reviewed changes
Copilot reviewed 5 out of 6 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure_storage_queue/Cargo.toml | Updates crate version to 0.7.0 for post-release development. |
| sdk/storage/azure_storage_queue/CHANGELOG.md | Adds a new 0.7.0 (Unreleased) section template. |
| sdk/storage/azure_storage_blob/Cargo.toml | Updates crate version to 0.13.0 for post-release development. |
| sdk/storage/azure_storage_blob/CHANGELOG.md | Adds a new 0.13.0 (Unreleased) section template. |
| Cargo.toml | Updates workspace dependency version for azure_storage_blob to 0.13.0. |
| Cargo.lock | Regenerates lockfile entries to reflect the bumped crate versions. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Increment package version after release of azure_storage_blob, azure_storage_queue