Skip to content

Commit 99ec75e

Browse files
azure-sdkheaths
authored andcommitted
Increment package version after release of azure_messaging_eventhubs, azure_messaging_eventhubs_checkpointstore_blob
1 parent cdec618 commit 99ec75e

File tree

6 files changed

+25
-5
lines changed

6 files changed

+25
-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
@@ -66,7 +66,7 @@ version = "0.9.1"
6666
path = "sdk/core/azure_core_amqp"
6767

6868
[workspace.dependencies.azure_messaging_eventhubs]
69-
version = "0.9.0"
69+
version = "0.10.0"
7070
path = "sdk/eventhubs/azure_messaging_eventhubs"
7171

7272
[workspace.dependencies.azure_core_opentelemetry]

sdk/eventhubs/azure_messaging_eventhubs/CHANGELOG.md

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

3+
## 0.10.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.9.0 (2025-11-11)
414

515
### Breaking Changes

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.9.0"
6+
version = "0.10.0"
77
description = "Rust client for Azure Eventhubs Service"
88
readme = "README.md"
99
authors.workspace = true

sdk/eventhubs/azure_messaging_eventhubs_checkpointstore_blob/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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+
313
## 0.3.0 (2025-11-11)
414

515
### Other Changes

sdk/eventhubs/azure_messaging_eventhubs_checkpointstore_blob/Cargo.toml

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

66
[package]
77
name = "azure_messaging_eventhubs_checkpointstore_blob"
8-
version = "0.3.0"
8+
version = "0.4.0"
99
description = "Azure Event Hubs checkpoint store implementation using Azure Blob Storage"
1010
readme = "README.md"
1111
license.workspace = true

0 commit comments

Comments
 (0)