diff --git a/Cargo.lock b/Cargo.lock index 8341a6f898..32e237318a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -156,7 +156,7 @@ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" [[package]] name = "azure_core" -version = "0.26.0" +version = "0.27.0" dependencies = [ "async-lock", "async-trait", @@ -184,7 +184,7 @@ dependencies = [ [[package]] name = "azure_core_amqp" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-trait", "azure_core", diff --git a/Cargo.toml b/Cargo.toml index f7f7f592e8..d331a78e69 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -46,11 +46,11 @@ version = "0.5.0" path = "sdk/typespec/typespec_macros" [workspace.dependencies.azure_core] -version = "0.26.0" +version = "0.27.0" path = "sdk/core/azure_core" [workspace.dependencies.azure_core_amqp] -version = "0.5.0" +version = "0.6.0" path = "sdk/core/azure_core_amqp" [workspace.dependencies.azure_core_test] diff --git a/sdk/core/azure_core/CHANGELOG.md b/sdk/core/azure_core/CHANGELOG.md index 9be9f7af22..9213d4b466 100644 --- a/sdk/core/azure_core/CHANGELOG.md +++ b/sdk/core/azure_core/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.27.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.26.0 (2025-07-10) ### Features Added diff --git a/sdk/core/azure_core/Cargo.toml b/sdk/core/azure_core/Cargo.toml index 3b56f59c05..4a9cc21e6a 100644 --- a/sdk/core/azure_core/Cargo.toml +++ b/sdk/core/azure_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure_core" -version = "0.26.0" +version = "0.27.0" description = "Rust wrappers around Microsoft Azure REST APIs - Core crate" readme = "README.md" authors.workspace = true diff --git a/sdk/core/azure_core_amqp/CHANGELOG.md b/sdk/core/azure_core_amqp/CHANGELOG.md index 1a2aa800e8..db407e26ff 100644 --- a/sdk/core/azure_core_amqp/CHANGELOG.md +++ b/sdk/core/azure_core_amqp/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.6.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.5.0 (2025-07-10) ### Breaking Changes diff --git a/sdk/core/azure_core_amqp/Cargo.toml b/sdk/core/azure_core_amqp/Cargo.toml index 017fbbae36..706050d9fa 100644 --- a/sdk/core/azure_core_amqp/Cargo.toml +++ b/sdk/core/azure_core_amqp/Cargo.toml @@ -3,7 +3,7 @@ # AMQP Stack for consumption by packages in the Azure SDK. [package] name = "azure_core_amqp" -version = "0.5.0" +version = "0.6.0" description = "Rust client library for the AMQP protocol" readme = "README.md" authors.workspace = true @@ -19,7 +19,7 @@ edition.workspace = true [dependencies] async-trait.workspace = true -azure_core = { path = "../azure_core", version = "0.26.0", default-features = false } +azure_core = { path = "../azure_core", version = "0.27.0", default-features = false } fe2o3-amqp = { workspace = true, optional = true } fe2o3-amqp-cbs = { workspace = true, optional = true } fe2o3-amqp-ext = { workspace = true, optional = true } diff --git a/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml b/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml index 0387b60c25..2dea5aefba 100644 --- a/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml +++ b/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml @@ -21,7 +21,7 @@ edition.workspace = true async-lock.workspace = true async-stream.workspace = true async-trait.workspace = true -azure_core = { path = "../../core/azure_core", version = "0.26.0", default-features = false } +azure_core = { path = "../../core/azure_core", version = "0.27.0", default-features = false } azure_core_amqp.workspace = true futures.workspace = true rand.workspace = true