diff --git a/.chronus/changes/main-2024-5-19-14-16-18.md b/.chronus/changes/main-2024-5-19-14-16-18.md deleted file mode 100644 index f6510a4c7e4..00000000000 --- a/.chronus/changes/main-2024-5-19-14-16-18.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -changeKind: fix -packages: - - "@autorest/python" - - "@azure-tools/typespec-python" ---- - -add visibility support to discriminator rest field \ No newline at end of file diff --git a/packages/autorest.python/CHANGELOG.md b/packages/autorest.python/CHANGELOG.md index 83b332f3edd..5627fae9a7a 100644 --- a/packages/autorest.python/CHANGELOG.md +++ b/packages/autorest.python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 6.14.1 + +### Bug Fixes + +- [#2645](https://github.com/Azure/autorest.python/pull/2645) add visibility support to discriminator rest field + + ## 6.14.0 ### Bug Fixes diff --git a/packages/autorest.python/package.json b/packages/autorest.python/package.json index ee059a67254..de2aef67e93 100644 --- a/packages/autorest.python/package.json +++ b/packages/autorest.python/package.json @@ -1,6 +1,6 @@ { "name": "@autorest/python", - "version": "6.14.0", + "version": "6.14.1", "description": "The Python extension for generators in AutoRest.", "scripts": { "prepare": "node run-python3.js prepare.py", diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index 6dff35755e3..dcf49f5e66b 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 0.24.1 + +### Bug Fixes + +- [#2645](https://github.com/Azure/autorest.python/pull/2645) add visibility support to discriminator rest field + + ## 0.24.0 ### Bug Fixes diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index d53cbba8052..5d1060e0dcc 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.0", + "version": "0.24.1", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",