Skip to content

Commit d35ff91

Browse files
authored
Increment versions for eventhubs releases (#3159)
Increment package version after release of azure_messaging_eventhubs
1 parent c8501f9 commit d35ff91

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
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
@@ -65,7 +65,7 @@ version = "0.8.1"
6565
path = "sdk/core/azure_core_amqp"
6666

6767
[workspace.dependencies.azure_messaging_eventhubs]
68-
version = "0.8.0"
68+
version = "0.9.0"
6969
path = "sdk/eventhubs/azure_messaging_eventhubs"
7070

7171
[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.9.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.8.0 (2025-10-08)
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.8.0"
6+
version = "0.9.0"
77
description = "Rust client for Azure Eventhubs Service"
88
readme = "README.md"
99
authors.workspace = true

0 commit comments

Comments
 (0)