Skip to content

Commit a2a3cae

Browse files
authored
Update core versions (Azure#2573)
1 parent 9b6d695 commit a2a3cae

File tree

14 files changed

+71
-21
lines changed

14 files changed

+71
-21
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,19 +33,19 @@ rust-version = "1.81"
3333
[workspace.dependencies.typespec]
3434
default-features = false
3535
path = "sdk/typespec"
36-
version = "0.4.0"
36+
version = "0.5.0"
3737

3838
[workspace.dependencies.typespec_client_core]
3939
default-features = false
4040
path = "sdk/typespec/typespec_client_core"
41-
version = "0.3.0"
41+
version = "0.4.0"
4242

4343
[workspace.dependencies.typespec_macros]
44-
version = "0.3.0"
44+
version = "0.4.0"
4545
path = "sdk/typespec/typespec_macros"
4646

4747
[workspace.dependencies.azure_core]
48-
version = "0.24.0"
48+
version = "0.25.0"
4949
path = "sdk/core/azure_core"
5050
default-features = false
5151
# Keep these in sync with azure_core. This allows
@@ -57,7 +57,7 @@ features = [
5757
]
5858

5959
[workspace.dependencies.azure_core_amqp]
60-
version = "0.3.0"
60+
version = "0.4.0"
6161
path = "sdk/core/azure_core_amqp"
6262

6363
[workspace.dependencies.azure_core_test]

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.25.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.24.0 (2025-05-02)
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.24.0"
3+
version = "0.25.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.4.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.3.0 (2025-05-02)
414

515
### Other Changes

sdk/core/azure_core_amqp/Cargo.toml

Lines changed: 1 addition & 1 deletion
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.3.0"
6+
version = "0.4.0"
77
description = "Rust client library for the AMQP protocol"
88
readme = "README.md"
99
authors.workspace = true

sdk/typespec/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.5.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.4.0 (2025-05-02)
414

515
### Other Changes

sdk/typespec/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "typespec"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

sdk/typespec/typespec_client_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.4.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.3.0 (2025-05-02)
414

515
### Breaking Changes

sdk/typespec/typespec_client_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 = "typespec_client_core"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Client runtime for TypeSpec-generated libraries."

0 commit comments

Comments
 (0)