Skip to content

Commit c6b0f3a

Browse files
authored
Update versions for azure_core_amqp, azure_messaging_eventhubs (Azure#2592)
1 parent 122da3f commit c6b0f3a

File tree

6 files changed

+27
-5
lines changed

6 files changed

+27
-5
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ path = "sdk/core/azure_core"
5050
default-features = false
5151

5252
[workspace.dependencies.azure_core_amqp]
53-
version = "0.3.1"
53+
version = "0.4.0"
5454
path = "sdk/core/azure_core_amqp"
5555

5656
[workspace.dependencies.azure_core_test]

sdk/core/azure_core_amqp/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 0.4.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
314
## 0.3.1 (2025-05-08)
415

516
### Other Changes

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AMQP Stack for consumption by packages in the Azure SDK.
44
[package]
55
name = "azure_core_amqp"
6-
version = "0.3.1"
6+
version = "0.4.0"
77
description = "Rust client library for the AMQP protocol"
88
readme = "README.md"
99
authors.workspace = true

sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# Release History
22

3+
## 0.4.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
13+
314
## 0.3.0 (2025-05-07)
415

516
### Features Added

sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
[package]
55
name = "azure_messaging_eventhubs"
6-
version = "0.3.0"
6+
version = "0.4.0"
77
description = "Rust client for Azure Eventhubs Service"
88
readme = "README.md"
99
authors.workspace = true

0 commit comments

Comments
 (0)