Skip to content

Commit 2c0cf1b

Browse files
authored
Increment versions for cosmos releases (#3135)
Increment package version after release of azure_data_cosmos
1 parent 4961385 commit 2c0cf1b

File tree

6 files changed

+15
-5
lines changed

6 files changed

+15
-5
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/core/azure_core_amqp/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ edition.workspace = true
1919

2020
[dependencies]
2121
async-trait.workspace = true
22-
azure_core = { path = "../azure_core", version = "0.29.0", default-features = false }
22+
azure_core = { path = "../azure_core", version = "0.29.1", default-features = false }
2323
fe2o3-amqp = { workspace = true, optional = true }
2424
fe2o3-amqp-cbs = { workspace = true, optional = true }
2525
fe2o3-amqp-ext = { workspace = true, optional = true }

sdk/cosmos/azure_data_cosmos/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.29.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.28.0 (2025-10-07)
414

515
### Features Added

sdk/cosmos/azure_data_cosmos/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "azure_data_cosmos"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Azure Cosmos DB"
55
readme = "README.md"
66
authors.workspace = true

sdk/eventhubs/azure_messaging_eventhubs/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ edition.workspace = true
2020
async-lock.workspace = true
2121
async-stream.workspace = true
2222
async-trait.workspace = true
23-
azure_core = { path = "../../core/azure_core", version = "0.29.0", default-features = false }
23+
azure_core = { path = "../../core/azure_core", version = "0.29.1", default-features = false }
2424
azure_core_amqp.workspace = true
2525
futures.workspace = true
2626
rand.workspace = true

sdk/servicebus/azure_messaging_servicebus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ publish = false
2020
async-lock.workspace = true
2121
async-stream.workspace = true
2222
async-trait.workspace = true
23-
azure_core = { path = "../../core/azure_core", version = "0.29.0", default-features = false }
23+
azure_core = { path = "../../core/azure_core", version = "0.29.1", default-features = false }
2424
azure_core_amqp.workspace = true
2525
futures.workspace = true
2626
rand.workspace = true

0 commit comments

Comments
 (0)