From 722787757ae8c9023419a789623cca544cd49155 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Fri, 8 Nov 2024 15:59:27 +0800 Subject: [PATCH] update changelog (#2909) --- .chronus/changes/auto-python-dep-2024-10-7-15-2-13.md | 8 -------- .../auto-python-fix-access-2024-10-8-14-45-24.md | 8 -------- packages/autorest.python/CHANGELOG.md | 11 +++++++++++ packages/autorest.python/package.json | 2 +- packages/typespec-python/CHANGELOG.md | 11 +++++++++++ packages/typespec-python/package.json | 2 +- 6 files changed, 24 insertions(+), 18 deletions(-) delete mode 100644 .chronus/changes/auto-python-dep-2024-10-7-15-2-13.md delete mode 100644 .chronus/changes/auto-python-fix-access-2024-10-8-14-45-24.md diff --git a/.chronus/changes/auto-python-dep-2024-10-7-15-2-13.md b/.chronus/changes/auto-python-dep-2024-10-7-15-2-13.md deleted file mode 100644 index 8b2e56cb28..0000000000 --- a/.chronus/changes/auto-python-dep-2024-10-7-15-2-13.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: dependencies -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Bump http-client-python 0.3.7 \ No newline at end of file diff --git a/.chronus/changes/auto-python-fix-access-2024-10-8-14-45-24.md b/.chronus/changes/auto-python-fix-access-2024-10-8-14-45-24.md deleted file mode 100644 index 3b7bd76134..0000000000 --- a/.chronus/changes/auto-python-fix-access-2024-10-8-14-45-24.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Bump http-client-python to fix access for paging operation and lro \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 31cb21cac8..2d65010776 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,16 @@ # Release +## 6.26.3 + +### Bug Fixes + +- [#2908](https://github.com/Azure/autorest.python/pull/2908) Bump http-client-python to fix access for paging operation and lro + +### Bump dependencies + +- [#2906](https://github.com/Azure/autorest.python/pull/2906) Bump http-client-python 0.3.7 + + ## 6.26.2 ### Bug Fixes diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 6de01339ed..31d5258830 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.26.2", + "version": "6.26.3", "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 74659a9643..a5972a465c 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,16 @@ # Release +## 0.36.3 + +### Bug Fixes + +- [#2908](https://github.com/Azure/autorest.python/pull/2908) Bump http-client-python to fix access for paging operation and lro + +### Bump dependencies + +- [#2906](https://github.com/Azure/autorest.python/pull/2906) Bump http-client-python 0.3.7 + + ## 0.36.2 ### Bump dependencies diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 8f9c87b9b1..f722468b5c 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.36.2", + "version": "0.36.3", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",