diff --git a/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-51-52.md b/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-51-52.md deleted file mode 100644 index 8948ac0c138..00000000000 --- a/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-51-52.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: internal -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Bump min dep of generated sdks on `azure-core` to `1.35.0` for backcompat serialization methods \ No newline at end of file diff --git a/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-56-33.md b/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-56-33.md deleted file mode 100644 index 7de2f82e152..00000000000 --- a/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-56-33.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Import mixins from operations init file to get patch changes \ No newline at end of file diff --git a/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-57-36.md b/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-57-36.md deleted file mode 100644 index 92701c050da..00000000000 --- a/.chronus/changes/auto-iscai-msft-python-mixinImports-2025-6-29-11-57-36.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Don't hardcode client in sample to first client in list \ No newline at end of file diff --git a/.chronus/changes/copilot-fix-3144-2025-6-28-7-2-10.md b/.chronus/changes/copilot-fix-3144-2025-6-28-7-2-10.md deleted file mode 100644 index c7ebd85403e..00000000000 --- a/.chronus/changes/copilot-fix-3144-2025-6-28-7-2-10.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: internal -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Support python 3.13 \ No newline at end of file diff --git a/.chronus/changes/mixinImportsFix-2025-6-23-14-18-42.md b/.chronus/changes/mixinImportsFix-2025-6-23-14-18-42.md deleted file mode 100644 index be9795dc959..00000000000 --- a/.chronus/changes/mixinImportsFix-2025-6-23-14-18-42.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -Fix regression that ignored patches to mixin operation groups when patched in the `operations` folder \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index f7e416cf554..f0e04282559 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,14 @@ # Release +## 6.37.1 + +### Bug Fixes + +- [#3135](https://github.com/Azure/autorest.python/pull/3135) Import mixins from operations init file to get patch changes +- [#3135](https://github.com/Azure/autorest.python/pull/3135) Don't hardcode client in sample to first client in list +- [#3134](https://github.com/Azure/autorest.python/pull/3134) Fix regression that ignored patches to mixin operation groups when patched in the `operations` folder + + ## 6.37.0 ### Bump dependencies diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index fec37ff739c..8a5ec4990d5 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.37.0", + "version": "6.37.1", "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 1d7489ce553..14e7dcb4776 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,14 @@ # Release +## 0.47.1 + +### Bug Fixes + +- [#3135](https://github.com/Azure/autorest.python/pull/3135) Import mixins from operations init file to get patch changes +- [#3135](https://github.com/Azure/autorest.python/pull/3135) Don't hardcode client in sample to first client in list +- [#3134](https://github.com/Azure/autorest.python/pull/3134) Fix regression that ignored patches to mixin operation groups when patched in the `operations` folder + + ## 0.47.0 ### Features diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index 3aef10394a2..eab601653d5 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.47.0", + "version": "0.47.1", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",