Skip to content

Commit 3fde05c

Browse files
authored
Update versions after core release (#2995)
1 parent 2cf01b2 commit 3fde05c

File tree

19 files changed

+101
-26
lines changed

19 files changed

+101
-26
lines changed

Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,28 @@ rust-version = "1.85"
3737
[workspace.dependencies.typespec]
3838
default-features = false
3939
path = "sdk/typespec"
40-
version = "0.8.0"
40+
version = "0.9.0"
4141

4242
[workspace.dependencies.typespec_client_core]
4343
default-features = false
4444
path = "sdk/typespec/typespec_client_core"
45-
version = "0.7.0"
45+
version = "0.8.0"
4646

4747
[workspace.dependencies.typespec_macros]
48-
version = "0.7.0"
48+
version = "0.8.0"
4949
path = "sdk/typespec/typespec_macros"
5050

5151
[workspace.dependencies.azure_core]
5252
default-features = false
53-
version = "0.28.0"
53+
version = "0.29.0"
5454
path = "sdk/core/azure_core"
5555

5656
[workspace.dependencies.azure_core_macros]
57-
version = "0.2.0"
57+
version = "0.3.0"
5858
path = "sdk/core/azure_core_macros"
5959

6060
[workspace.dependencies.azure_core_amqp]
61-
version = "0.7.0"
61+
version = "0.8.0"
6262
path = "sdk/core/azure_core_amqp"
6363

6464
[workspace.dependencies.azure_messaging_eventhubs]

sdk/core/azure_core/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-09-11)
414

515
### Features Added

sdk/core/azure_core/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_core"
3-
version = "0.28.0"
3+
version = "0.29.0"
44
description = "Rust wrappers around Microsoft Azure REST APIs - Core crate"
55
readme = "README.md"
66
authors.workspace = true

sdk/core/azure_core_amqp/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-11)
414

515
### Breaking Changes

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# AMQP Stack for consumption by packages in the Azure SDK.
44
[package]
55
name = "azure_core_amqp"
6-
version = "0.7.0"
6+
version = "0.8.0"
77
description = "Rust client library for the AMQP protocol"
88
readme = "README.md"
99
authors.workspace = true
@@ -19,7 +19,7 @@ edition.workspace = true
1919

2020
[dependencies]
2121
async-trait.workspace = true
22-
azure_core = { path = "../azure_core", version = "0.28.0", default-features = false }
22+
azure_core = { path = "../azure_core", version = "0.29.0", 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/core/azure_core_macros/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.3.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.2.0 (2025-09-11)
414

515
### Other Changes

sdk/core/azure_core_macros/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_core_macros"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "Procedural macros for client libraries built on azure_core."
55
readme = "README.md"
66
authors.workspace = true

sdk/core/azure_core_opentelemetry/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.3.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.2.0 (2025-09-11)
414

515
### Other Changes

sdk/core/azure_core_opentelemetry/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_core_opentelemetry"
3-
version = "0.2.0"
3+
version = "0.3.0"
44
description = "OpenTelemetry integration for the Azure SDK for Rust"
55
readme = "README.md"
66
authors.workspace = true

0 commit comments

Comments
 (0)