From bd240b13a28a90be5a59da58807c864ed5a982d8 Mon Sep 17 00:00:00 2001 From: azure-sdk Date: Mon, 10 Nov 2025 22:46:20 +0000 Subject: [PATCH] Increment package version after release of azure_storage_blob --- Cargo.lock | 2 +- Cargo.toml | 2 +- sdk/core/azure_core_amqp/Cargo.toml | 2 +- sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml | 2 +- sdk/servicebus/azure_messaging_servicebus/Cargo.toml | 2 +- sdk/storage/azure_storage_blob/CHANGELOG.md | 10 ++++++++++ sdk/storage/azure_storage_blob/Cargo.toml | 2 +- 7 files changed, 16 insertions(+), 6 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 59815374ab..162e560ff5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -502,7 +502,7 @@ dependencies = [ [[package]] name = "azure_storage_blob" -version = "0.7.0" +version = "0.8.0" dependencies = [ "async-trait", "azure_core", diff --git a/Cargo.toml b/Cargo.toml index cb9c208117..5c03879895 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -87,7 +87,7 @@ path = "sdk/identity/azure_identity" [workspace.dependencies.azure_storage_blob] path = "sdk/storage/azure_storage_blob" -version = "0.7.0" +version = "0.8.0" [workspace.dependencies] async-lock = "3.0" diff --git a/sdk/core/azure_core_amqp/Cargo.toml b/sdk/core/azure_core_amqp/Cargo.toml index 8a42b81478..1b11d273b0 100644 --- a/sdk/core/azure_core_amqp/Cargo.toml +++ b/sdk/core/azure_core_amqp/Cargo.toml @@ -19,7 +19,7 @@ edition.workspace = true [dependencies] async-trait.workspace = true -azure_core = { path = "../azure_core", version = "0.30.0", default-features = false } +azure_core = { path = "../azure_core", version = "0.30.1", 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 5d9e15c3df..894d64479c 100644 --- a/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml +++ b/sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml @@ -20,7 +20,7 @@ edition.workspace = true async-lock.workspace = true async-stream.workspace = true async-trait.workspace = true -azure_core = { path = "../../core/azure_core", version = "0.30.0", default-features = false } +azure_core = { path = "../../core/azure_core", version = "0.30.1", default-features = false } azure_core_amqp.workspace = true futures.workspace = true rand.workspace = true diff --git a/sdk/servicebus/azure_messaging_servicebus/Cargo.toml b/sdk/servicebus/azure_messaging_servicebus/Cargo.toml index a83030cff7..385feba7c9 100644 --- a/sdk/servicebus/azure_messaging_servicebus/Cargo.toml +++ b/sdk/servicebus/azure_messaging_servicebus/Cargo.toml @@ -20,7 +20,7 @@ publish = false async-lock.workspace = true async-stream.workspace = true async-trait.workspace = true -azure_core = { path = "../../core/azure_core", version = "0.30.0", default-features = false } +azure_core = { path = "../../core/azure_core", version = "0.30.1", default-features = false } azure_core_amqp.workspace = true futures.workspace = true rand.workspace = true diff --git a/sdk/storage/azure_storage_blob/CHANGELOG.md b/sdk/storage/azure_storage_blob/CHANGELOG.md index 97a2ae4000..90a209e915 100644 --- a/sdk/storage/azure_storage_blob/CHANGELOG.md +++ b/sdk/storage/azure_storage_blob/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.8.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.7.0 (2025-11-11) ### Features Added diff --git a/sdk/storage/azure_storage_blob/Cargo.toml b/sdk/storage/azure_storage_blob/Cargo.toml index 56a9b27b0b..0e0d67aa08 100644 --- a/sdk/storage/azure_storage_blob/Cargo.toml +++ b/sdk/storage/azure_storage_blob/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "azure_storage_blob" -version = "0.7.0" +version = "0.8.0" description = "Microsoft Azure Blob Storage client library for Rust" readme = "README.md" authors.workspace = true