diff --git a/.chronus/changes/link_emitters-2024-4-13-14-39-2.md b/.chronus/changes/link_emitters-2024-4-13-14-39-2.md deleted file mode 100644 index 91280ecdf58..00000000000 --- a/.chronus/changes/link_emitters-2024-4-13-14-39-2.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: feature -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -add package pygen that both autorest.python and typespec-python will rely on diff --git a/.chronus/changes/support-uri-2024-6-1-15-37-1.md b/.chronus/changes/support-uri-2024-6-1-15-37-1.md deleted file mode 100644 index b46772e10a4..00000000000 --- a/.chronus/changes/support-uri-2024-6-1-15-37-1.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@azure-tools/typespec-python" ---- - -Support SdkType "uri" \ No newline at end of file diff --git a/.chronus/changes/test-mpg-2024-5-17-15-30-46.md b/.chronus/changes/test-mpg-2024-5-17-15-30-46.md deleted file mode 100644 index 485fa2b6c18..00000000000 --- a/.chronus/changes/test-mpg-2024-5-17-15-30-46.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: feature -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Enable test generation for ARM SDK \ No newline at end of file diff --git a/.chronus/changes/upgrade-tcgc-2024-6-2-11-32-39.md b/.chronus/changes/upgrade-tcgc-2024-6-2-11-32-39.md deleted file mode 100644 index 27f7b237f0b..00000000000 --- a/.chronus/changes/upgrade-tcgc-2024-6-2-11-32-39.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: internal -packages: - - "@azure-tools/typespec-python" ---- - -Upgrade TCGC 0.43.1 \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 6f066d243b7..b981ae2f125 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,13 @@ # Release +## 6.15.0 + +### Features + +- [#2588](https://github.com/Azure/autorest.python/pull/2588) add package pygen that both autorest.python and typespec-python will rely on +- [#2677](https://github.com/Azure/autorest.python/pull/2677) Enable test generation for ARM SDK + + ## 6.14.3 ### Bug Fixes diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index 1ddb7fbe15f..7b7bc9b00ff 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.14.3", + "version": "6.15.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 7281259ddcd..cd9d9bbd10a 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,17 @@ # Release +## 0.25.0 + +### Bug Fixes + +- [#2663](https://github.com/Azure/autorest.python/pull/2663) Support SdkType "uri" + +### Features + +- [#2588](https://github.com/Azure/autorest.python/pull/2588) add package pygen that both autorest.python and typespec-python will rely on +- [#2677](https://github.com/Azure/autorest.python/pull/2677) Enable test generation for ARM SDK + + ## 0.24.3 ### Bug Fixes diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 86750dde6de..fd4b5901672 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.24.3", + "version": "0.25.0", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",