Skip to content

Commit e24b2a0

Browse files
authored
Increment package version after release of azure_messaging_eventhubs (#2794)
1 parent f12119a commit e24b2a0

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
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.

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

0 commit comments

Comments
 (0)