diff --git a/Cargo.lock b/Cargo.lock index 8341a6f898..ad8857410f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2815,7 +2815,7 @@ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" [[package]] name = "typespec" -version = "0.6.0" +version = "0.7.0" dependencies = [ "base64", "serde", @@ -2826,7 +2826,7 @@ dependencies = [ [[package]] name = "typespec_client_core" -version = "0.5.0" +version = "0.6.0" dependencies = [ "async-trait", "base64", @@ -2852,7 +2852,7 @@ dependencies = [ [[package]] name = "typespec_macros" -version = "0.5.0" +version = "0.6.0" dependencies = [ "cargo_metadata", "proc-macro2", diff --git a/Cargo.toml b/Cargo.toml index f7f7f592e8..47d4d949fb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,15 +34,15 @@ rust-version = "1.85" [workspace.dependencies.typespec] default-features = false path = "sdk/typespec" -version = "0.6.0" +version = "0.7.0" [workspace.dependencies.typespec_client_core] default-features = false path = "sdk/typespec/typespec_client_core" -version = "0.5.0" +version = "0.6.0" [workspace.dependencies.typespec_macros] -version = "0.5.0" +version = "0.6.0" path = "sdk/typespec/typespec_macros" [workspace.dependencies.azure_core] diff --git a/sdk/typespec/CHANGELOG.md b/sdk/typespec/CHANGELOG.md index 3000927f61..162f7d41ff 100644 --- a/sdk/typespec/CHANGELOG.md +++ b/sdk/typespec/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.7.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.6.0 (2025-07-10) ### Breaking Changes diff --git a/sdk/typespec/Cargo.toml b/sdk/typespec/Cargo.toml index be69bc55b5..22d16ace45 100644 --- a/sdk/typespec/Cargo.toml +++ b/sdk/typespec/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typespec" -version = "0.6.0" +version = "0.7.0" authors.workspace = true edition.workspace = true rust-version.workspace = true diff --git a/sdk/typespec/typespec_client_core/CHANGELOG.md b/sdk/typespec/typespec_client_core/CHANGELOG.md index a471dd1ee8..26fbd3c6e6 100644 --- a/sdk/typespec/typespec_client_core/CHANGELOG.md +++ b/sdk/typespec/typespec_client_core/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.6.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.5.0 (2025-07-10) ### Features Added diff --git a/sdk/typespec/typespec_client_core/Cargo.toml b/sdk/typespec/typespec_client_core/Cargo.toml index a9396c1403..e02a293bcd 100644 --- a/sdk/typespec/typespec_client_core/Cargo.toml +++ b/sdk/typespec/typespec_client_core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typespec_client_core" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true description = "Client runtime for TypeSpec-generated libraries." diff --git a/sdk/typespec/typespec_macros/CHANGELOG.md b/sdk/typespec/typespec_macros/CHANGELOG.md index bc8bd7c612..ba6a3baaa5 100644 --- a/sdk/typespec/typespec_macros/CHANGELOG.md +++ b/sdk/typespec/typespec_macros/CHANGELOG.md @@ -1,5 +1,15 @@ # Release History +## 0.6.0 (Unreleased) + +### Features Added + +### Breaking Changes + +### Bugs Fixed + +### Other Changes + ## 0.5.0 (2025-07-10) ### Breaking Changes diff --git a/sdk/typespec/typespec_macros/Cargo.toml b/sdk/typespec/typespec_macros/Cargo.toml index c140072157..1645299897 100644 --- a/sdk/typespec/typespec_macros/Cargo.toml +++ b/sdk/typespec/typespec_macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "typespec_macros" -version = "0.5.0" +version = "0.6.0" authors.workspace = true edition.workspace = true description = "Procedural macros for client libraries built on typespec."