From a8b96320bf8e23a53ee0702be25602bede1063bb Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Mon, 30 Sep 2024 18:55:22 +0800 Subject: [PATCH] bump for release --- .../changes/depend_on_typespec-2024-8-25-19-12-11.md | 8 -------- .../changes/upgrade_cadl_ranch-2024-8-23-16-40-22.md | 7 ------- .chronus/changes/upgrade_tcgc-2024-8-25-16-11-25.md | 7 ------- packages/autorest.python/CHANGELOG.md | 7 +++++++ packages/autorest.python/package.json | 2 +- packages/typespec-python/CHANGELOG.md | 12 ++++++++++++ packages/typespec-python/package.json | 2 +- 7 files changed, 21 insertions(+), 24 deletions(-) delete mode 100644 .chronus/changes/depend_on_typespec-2024-8-25-19-12-11.md delete mode 100644 .chronus/changes/upgrade_cadl_ranch-2024-8-23-16-40-22.md delete mode 100644 .chronus/changes/upgrade_tcgc-2024-8-25-16-11-25.md diff --git a/.chronus/changes/depend_on_typespec-2024-8-25-19-12-11.md b/.chronus/changes/depend_on_typespec-2024-8-25-19-12-11.md deleted file mode 100644 index 204c8d8f3ed..00000000000 --- a/.chronus/changes/depend_on_typespec-2024-8-25-19-12-11.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: feature -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Depend completely on `@typespec/http-client-python` \ No newline at end of file diff --git a/.chronus/changes/upgrade_cadl_ranch-2024-8-23-16-40-22.md b/.chronus/changes/upgrade_cadl_ranch-2024-8-23-16-40-22.md deleted file mode 100644 index 01afc569b59..00000000000 --- a/.chronus/changes/upgrade_cadl_ranch-2024-8-23-16-40-22.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: dependencies -packages: - - "@azure-tools/typespec-python" ---- - -bump cadl-ranch \ No newline at end of file diff --git a/.chronus/changes/upgrade_tcgc-2024-8-25-16-11-25.md b/.chronus/changes/upgrade_tcgc-2024-8-25-16-11-25.md deleted file mode 100644 index 1136755624a..00000000000 --- a/.chronus/changes/upgrade_tcgc-2024-8-25-16-11-25.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: dependencies -packages: - - "@azure-tools/typespec-python" ---- - -bump tcgc 0.46.2 \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index f16e90f6a0f..53198fed08d 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 6.24.0 + +### Features + +- [#2856](https://github.com/Azure/autorest.python/pull/2856) Depend completely on `@typespec/http-client-python` + + ## 6.23.0 No changes, version bump only. diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index d7c14dae247..125ae39a980 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.23.0", + "version": "6.24.0", "description": "The Python extension for generators in AutoRest.", "scripts": { "start": "node ./scripts/run-python3.js ./scripts/start.py", diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index f80c84f9097..5ce4f5fc077 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,17 @@ # Release +## 0.34.0 + +### Bump dependencies + +- [#2851](https://github.com/Azure/autorest.python/pull/2851) bump cadl-ranch +- [#2854](https://github.com/Azure/autorest.python/pull/2854) bump tcgc 0.46.2 + +### Features + +- [#2856](https://github.com/Azure/autorest.python/pull/2856) Depend completely on `@typespec/http-client-python` + + ## 0.33.0 ### Bump dependencies diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 3133ff630df..31233cfcae4 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.33.0", + "version": "0.34.0", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",