Skip to content

Commit cd378f8

Browse files
azure-sdkheaths
andauthored
Increment versions for core releases (#2852)
Increment package version after release of azure_core_macros --------- Co-authored-by: Heath Stewart <[email protected]>
1 parent 4b86fa8 commit cd378f8

File tree

11 files changed

+42
-14
lines changed

11 files changed

+42
-14
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ version = "0.6.0"
4747
path = "sdk/typespec/typespec_macros"
4848

4949
[workspace.dependencies.azure_core]
50-
version = "0.27.0"
50+
version = "0.28.0"
5151
path = "sdk/core/azure_core"
5252

5353
[workspace.dependencies.azure_core_macros]
54-
version = "0.1.0"
54+
version = "0.2.0"
5555
path = "sdk/core/azure_core_macros"
5656

5757
[workspace.dependencies.azure_core_opentelemetry]
58-
version = "0.1.0"
58+
version = "0.2.0"
5959
path = "sdk/core/azure_core_opentelemetry"
6060

6161
[workspace.dependencies.azure_core_amqp]
62-
version = "0.6.0"
62+
version = "0.7.0"
6363
path = "sdk/core/azure_core_amqp"
6464

6565
[workspace.dependencies.azure_core_test]

sdk/core/azure_core/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@
22

33
## 0.28.0 (Unreleased)
44

5+
### Features Added
6+
57
### Breaking Changes
68

79
- Removed the `fs` module including the `FileStream` and `FileStreamBuilder` types. Moved to `examples/` for `typespec_client_core` to copy if needed.
810

11+
### Bugs Fixed
12+
13+
### Other Changes
14+
915
## 0.27.0 (2025-08-01)
1016

1117
### 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.27.0"
3+
version = "0.28.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: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010

1111
### Bugs Fixed
1212

13+
### Other Changes
14+
1315
## 0.6.0 (2025-08-01)
1416

1517
### Other 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.6.0"
6+
version = "0.7.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.27.0", default-features = false }
22+
azure_core = { path = "../azure_core", version = "0.28.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.2.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.1.0 (2025-08-01)
414

515
### Features Added

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.1.0"
3+
version = "0.2.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.2.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.1.0 (2025-08-01)
414

515
### Features Added

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

0 commit comments

Comments
 (0)