-
Notifications
You must be signed in to change notification settings - Fork 319
Increment versions for core releases #3310
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 core releases #3310
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 performs version bumps across core Azure SDK packages, updating them to prepare for upcoming releases.
Key Changes
- Bumped
azure_corefrom 0.30.0 to 0.31.0 - Bumped
typespecfrom 0.10.0 to 0.11.0 - Bumped
typespec_client_corefrom 0.9.0 to 0.10.0 - Updated all dependent packages and workspace references accordingly
Reviewed Changes
Copilot reviewed 17 out of 18 changed files in this pull request and generated 7 comments.
Show a summary per file
| File | Description |
|---|---|
| sdk/servicebus/azure_messaging_servicebus/Cargo.toml | Updated azure_core dependency to 0.31.0 |
| sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml | Updated azure_core dependency to 0.31.0 |
| sdk/core/typespec_macros/Cargo.toml | Bumped version to 0.10.0 |
| sdk/core/typespec_macros/CHANGELOG.md | Added empty 0.10.0 release section template |
| sdk/core/typespec_client_core/Cargo.toml | Bumped version to 0.10.0 |
| sdk/core/typespec_client_core/CHANGELOG.md | Added empty 0.10.0 release section template |
| sdk/core/typespec/Cargo.toml | Bumped version to 0.11.0 |
| sdk/core/typespec/CHANGELOG.md | Added empty 0.11.0 release section template |
| sdk/core/azure_core_opentelemetry/Cargo.toml | Bumped version to 0.5.0 |
| sdk/core/azure_core_opentelemetry/CHANGELOG.md | Added empty 0.5.0 release section template |
| sdk/core/azure_core_macros/Cargo.toml | Bumped version to 0.5.0 |
| sdk/core/azure_core_macros/CHANGELOG.md | Added empty 0.5.0 release section template |
| sdk/core/azure_core_amqp/Cargo.toml | Bumped version to 0.10.0 and updated azure_core dependency |
| sdk/core/azure_core_amqp/CHANGELOG.md | Added empty 0.10.0 release section template |
| sdk/core/azure_core/Cargo.toml | Bumped version to 0.31.0 |
| sdk/core/azure_core/CHANGELOG.md | Added empty 0.31.0 release section template |
| Cargo.toml | Updated workspace dependency versions for all bumped packages |
| Cargo.lock | Updated lock file with new package versions |
|
We had to yank these crates due to a publishing issue, so there will be a new PR coming from the release process for a patch release. |
|
Actually, this is otherwise right since it upgrades the minor version but needs to be rebased. Reopening and I'll take it over. |
heaths
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.
Need to wait until everyone else has released.
73c5a24 to
58837f5
Compare
… typespec_client_core, azure_core, azure_core_macros, azure_core_amqp, azure_core_opentelemetry
58837f5 to
e1d0e0e
Compare
Increment package version after release of typespec, typespec_macros, typespec_client_core, azure_core, azure_core_macros, azure_core_amqp, azure_core_opentelemetry