Skip to content

Increment versions for typespec releases #2781

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down
10 changes: 10 additions & 0 deletions sdk/typespec/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/typespec/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 10 additions & 0 deletions sdk/typespec/typespec_client_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/typespec/typespec_client_core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down
10 changes: 10 additions & 0 deletions sdk/typespec/typespec_macros/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion sdk/typespec/typespec_macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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."
Expand Down