Skip to content

Commit f24a844

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

File tree

8 files changed

+35
-9
lines changed

8 files changed

+35
-9
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ rust-version = "1.85"
3535
[workspace.dependencies.typespec]
3636
default-features = false
3737
path = "sdk/typespec"
38-
version = "0.7.0"
38+
version = "0.8.0"
3939

4040
[workspace.dependencies.typespec_client_core]
4141
default-features = false
4242
path = "sdk/typespec/typespec_client_core"
43-
version = "0.6.0"
43+
version = "0.7.0"
4444

4545
[workspace.dependencies.typespec_macros]
46-
version = "0.6.0"
46+
version = "0.7.0"
4747
path = "sdk/typespec/typespec_macros"
4848

4949
[workspace.dependencies.azure_core]

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.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-08-01)
414

515
### Breaking 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.7.0"
3+
version = "0.8.0"
44
authors.workspace = true
55
edition.workspace = true
66
rust-version.workspace = true

sdk/typespec/typespec_client_core/CHANGELOG.md

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

33
## 0.7.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/` to copy if needed.
810

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

1117
### Features Added

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.6.0"
3+
version = "0.7.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Client runtime for TypeSpec-generated libraries."

sdk/typespec/typespec_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.7.0 (Unreleased)
4+
5+
### Features Added
6+
7+
### Breaking Changes
8+
9+
### Bugs Fixed
10+
11+
### Other Changes
12+
313
## 0.6.0 (2025-08-01)
414

515
## 0.5.0 (2025-07-10)

sdk/typespec/typespec_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 = "typespec_macros"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Procedural macros for client libraries built on typespec."

0 commit comments

Comments
 (0)