Skip to content

Commit 202aecc

Browse files
authored
Release typespec, core, and keyvault crates (#2779)
1 parent 62600f3 commit 202aecc

File tree

8 files changed

+8
-46
lines changed

8 files changed

+8
-46
lines changed

sdk/core/azure_core/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.26.0 (Unreleased)
3+
## 0.26.0 (2025-07-10)
44

55
### Features Added
66

@@ -26,8 +26,6 @@
2626
- Renamed `TelemetryOptions` to `UserAgentOptions`.
2727
- Renamed `TelemetryPolicy` to `UserAgentPolicy`.
2828

29-
### Bugs Fixed
30-
3129
### Other Changes
3230

3331
- The `CustomHeadersPolicy` is executed after the retry policy in the `Pipeline`.

sdk/core/azure_core_amqp/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
# Release History
22

3-
## 0.5.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.5.0 (2025-07-10)
64

75
### Breaking Changes
86

97
- Minimum supported Rust version (MSRV) is now 1.85.
108
- Converted all `time::Duration` references to be `azure_core::time::Duration`.
119

12-
### Bugs Fixed
13-
14-
### Other Changes
15-
1610
## 0.4.0 (2025-06-06)
1711

1812
### Breaking Changes

sdk/keyvault/azure_security_keyvault_certificates/CHANGELOG.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.4.0 (Unreleased)
3+
## 0.4.0 (2025-07-10)
44

55
### Features Added
66

@@ -11,10 +11,6 @@
1111

1212
- Minimum supported Rust version (MSRV) is now 1.85.
1313

14-
### Bugs Fixed
15-
16-
### Other Changes
17-
1814
## 0.3.0 (2025-06-10)
1915

2016
### Features Added

sdk/keyvault/azure_security_keyvault_keys/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 0.5.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.5.0 (2025-07-10)
64

75
### Breaking Changes
86

97
- Minimum supported Rust version (MSRV) is now 1.85.
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 0.4.0 (2025-06-10)
1610

1711
### Features Added

sdk/keyvault/azure_security_keyvault_secrets/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 0.5.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.5.0 (2025-07-10)
64

75
### Breaking Changes
86

97
- Minimum supported Rust version (MSRV) is now 1.85.
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 0.4.0 (2025-06-10)
1610

1711
### Features Added

sdk/typespec/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 0.6.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.6.0 (2025-07-10)
64

75
### Breaking Changes
86

97
- Minimum supported Rust version (MSRV) is now 1.85.
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 0.5.0 (2025-06-06)
1610

1711
## Other Changes

sdk/typespec/typespec_client_core/CHANGELOG.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 0.5.0 (Unreleased)
3+
## 0.5.0 (2025-07-10)
44

55
### Features Added
66

@@ -14,8 +14,6 @@ the default asynchronous runtime with another.
1414
- Removed `Pipeline::replace_policy`.
1515
- Renamed `typespec_client_core::date` to `typespec_client_core::time` and added `typespec_client_core::time::Duration`
1616

17-
### Bugs Fixed
18-
1917
### Other Changes
2018

2119
- The `CustomHeadersPolicy` is executed after the retry policy in the `Pipeline`.

sdk/typespec/typespec_macros/CHANGELOG.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
# Release History
22

3-
## 0.5.0 (Unreleased)
4-
5-
### Features Added
3+
## 0.5.0 (2025-07-10)
64

75
### Breaking Changes
86

97
- Minimum supported Rust version (MSRV) is now 1.85.
108

11-
### Bugs Fixed
12-
13-
### Other Changes
14-
159
## 0.4.0 (2025-06-06)
1610

1711
### Features Added

0 commit comments

Comments
 (0)