From 3e90d97a4927e41421e5bf6ab263a8b2e45a7278 Mon Sep 17 00:00:00 2001 From: Yuchao Yan Date: Thu, 25 Jul 2024 13:27:13 +0800 Subject: [PATCH] changelog (#2717) --- .chronus/changes/HEAD-2024-6-18-16-26-24.md | 7 ------- ...endabot-pip-eng-pylint-3.2.5-2024-6-23-15-52-41.md | 8 -------- .chronus/changes/exclue-venv-2024-6-22-15-39-49.md | 7 ------- .chronus/changes/fix-usage-2024-6-25-11-21-42.md | 7 ------- packages/autorest.python/CHANGELOG.md | 4 ++++ packages/autorest.python/package.json | 2 +- packages/typespec-python/CHANGELOG.md | 11 +++++++++++ packages/typespec-python/package.json | 2 +- 8 files changed, 17 insertions(+), 31 deletions(-) delete mode 100644 .chronus/changes/HEAD-2024-6-18-16-26-24.md delete mode 100644 .chronus/changes/dependabot-pip-eng-pylint-3.2.5-2024-6-23-15-52-41.md delete mode 100644 .chronus/changes/exclue-venv-2024-6-22-15-39-49.md delete mode 100644 .chronus/changes/fix-usage-2024-6-25-11-21-42.md diff --git a/.chronus/changes/HEAD-2024-6-18-16-26-24.md b/.chronus/changes/HEAD-2024-6-18-16-26-24.md deleted file mode 100644 index 7096426a4c2..00000000000 --- a/.chronus/changes/HEAD-2024-6-18-16-26-24.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@azure-tools/typespec-python" ---- - -Generate API for multi content types of internal operation diff --git a/.chronus/changes/dependabot-pip-eng-pylint-3.2.5-2024-6-23-15-52-41.md b/.chronus/changes/dependabot-pip-eng-pylint-3.2.5-2024-6-23-15-52-41.md deleted file mode 100644 index 45cbdf7afcb..00000000000 --- a/.chronus/changes/dependabot-pip-eng-pylint-3.2.5-2024-6-23-15-52-41.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: internal -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Internal optimization to avoid lint error reported by new pylint \ No newline at end of file diff --git a/.chronus/changes/exclue-venv-2024-6-22-15-39-49.md b/.chronus/changes/exclue-venv-2024-6-22-15-39-49.md deleted file mode 100644 index d4436766fcb..00000000000 --- a/.chronus/changes/exclue-venv-2024-6-22-15-39-49.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: internal -packages: - - "@azure-tools/typespec-python" ---- - -Skip to format files under `venv`/`env` and any folder start with `.` diff --git a/.chronus/changes/fix-usage-2024-6-25-11-21-42.md b/.chronus/changes/fix-usage-2024-6-25-11-21-42.md deleted file mode 100644 index 5a8ba5cc544..00000000000 --- a/.chronus/changes/fix-usage-2024-6-25-11-21-42.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-python" ---- - -Fix the logic to judge whether model is output or not \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 243df35f5d3..58aebe3a099 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,9 @@ # Release +## 6.17.0 + +No changes, version bump only. + ## 6.16.0 ### Bug Fixes diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index d383165c131..5d521db446e 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.16.0", + "version": "6.17.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 df897f674b4..b7f3f72d586 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,16 @@ # Release +## 0.27.0 + +### Bug Fixes + +- [#2716](https://github.com/Azure/autorest.python/pull/2716) Fix the logic to judge whether model is output or not + +### Features + +- [#2706](https://github.com/Azure/autorest.python/pull/2706) Generate API for multi content types of internal operation + + ## 0.26.0 ### Bug Fixes diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index d25e4b07b32..278dd1f5608 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.26.0", + "version": "0.27.0", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",