Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/core/azure_core_amqp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ edition.workspace = true

[dependencies]
async-trait.workspace = true
azure_core = { path = "../azure_core", version = "0.29.0", default-features = false }
azure_core = { path = "../azure_core", version = "0.29.1", default-features = false }
fe2o3-amqp = { workspace = true, optional = true }
fe2o3-amqp-cbs = { workspace = true, optional = true }
fe2o3-amqp-ext = { workspace = true, optional = true }
Expand Down
10 changes: 10 additions & 0 deletions sdk/core/azure_core_opentelemetry/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Release History

## 0.4.0 (Unreleased)

### Features Added

### Breaking Changes

### Bugs Fixed

### Other Changes

## 0.3.1 (2025-10-06)

### Bugs Fixed
Expand Down
2 changes: 1 addition & 1 deletion sdk/core/azure_core_opentelemetry/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "azure_core_opentelemetry"
version = "0.3.1"
version = "0.4.0"
description = "OpenTelemetry integration for the Azure SDK for Rust"
readme = "README.md"
authors.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0", default-features = false }
azure_core = { path = "../../core/azure_core", version = "0.29.1", default-features = false }
azure_core_amqp.workspace = true
futures.workspace = true
rand.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion sdk/servicebus/azure_messaging_servicebus/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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.29.0", default-features = false }
azure_core = { path = "../../core/azure_core", version = "0.29.1", default-features = false }
azure_core_amqp.workspace = true
futures.workspace = true
rand.workspace = true
Expand Down