-
Notifications
You must be signed in to change notification settings - Fork 319
Increment versions for storage releases #3320
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
Increment versions for storage releases #3320
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR increments package versions following the release of azure_storage_blob version 0.7.0. The main change is bumping azure_storage_blob from 0.7.0 to 0.8.0, with corresponding updates to dependency references to azure_core version 0.30.1.
- Incremented
azure_storage_blobfrom 0.7.0 to 0.8.0 for the next development cycle - Added new unreleased version section (0.8.0) to the CHANGELOG
- Updated
azure_coredependency references from 0.30.0 to 0.30.1 in dependent crates
Reviewed Changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/storage/azure_storage_blob/Cargo.toml | Bumped version from 0.7.0 to 0.8.0 |
| sdk/storage/azure_storage_blob/CHANGELOG.md | Added new unreleased version section 0.8.0 with empty category headers |
| sdk/servicebus/azure_messaging_servicebus/Cargo.toml | Updated azure_core dependency from 0.30.0 to 0.30.1 |
| sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml | Updated azure_core dependency from 0.30.0 to 0.30.1 |
| sdk/core/azure_core_amqp/Cargo.toml | Updated azure_core dependency from 0.30.0 to 0.30.1 |
| Cargo.toml | Updated azure_storage_blob workspace dependency version from 0.7.0 to 0.8.0 |
| Cargo.lock | Updated azure_storage_blob lock file entry from 0.7.0 to 0.8.0 |
LarryOsterman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Requesting changes to block until EventHubs checkpoint store releases.
j7nw4r
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
Increment package version after release of azure_storage_blob