Skip to content

Commit 3d1688d

Browse files
authored
Increment versions for eventhubs releases (#3003)
Increment package version after release of azure_messaging_eventhubs
1 parent 6faf88c commit 3d1688d

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
@@ -62,7 +62,7 @@ version = "0.7.0"
6262
path = "sdk/core/azure_core_amqp"
6363

6464
[workspace.dependencies.azure_messaging_eventhubs]
65-
version = "0.7.0"
65+
version = "0.8.0"
6666
path = "sdk/eventhubs/azure_messaging_eventhubs"
6767

6868
[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.8.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.7.0 (2025-09-16)
414

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

0 commit comments

Comments
 (0)