From e748eecb74477a7f647f0f8f1e0a48c840a13809 Mon Sep 17 00:00:00 2001 From: iscai-msft <43154838+iscai-msft@users.noreply.github.com> Date: Wed, 15 May 2024 17:34:18 -0400 Subject: [PATCH] prepare for release (#2591) --- .chronus/changes/update_tcgc-2024-4-15-17-13-2.md | 7 ------- packages/typespec-python/CHANGELOG.md | 7 +++++++ packages/typespec-python/package.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .chronus/changes/update_tcgc-2024-4-15-17-13-2.md diff --git a/.chronus/changes/update_tcgc-2024-4-15-17-13-2.md b/.chronus/changes/update_tcgc-2024-4-15-17-13-2.md deleted file mode 100644 index 7708367abf3..00000000000 --- a/.chronus/changes/update_tcgc-2024-4-15-17-13-2.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: dependencies -packages: - - "@azure-tools/typespec-python" ---- - -bump tcgc to 0.41.3 \ No newline at end of file diff --git a/packages/typespec-python/CHANGELOG.md b/packages/typespec-python/CHANGELOG.md index e6395668938..b5a2ae2551e 100644 --- a/packages/typespec-python/CHANGELOG.md +++ b/packages/typespec-python/CHANGELOG.md @@ -1,5 +1,12 @@ # Release +## 0.23.11 + +### Bump dependencies + +- [#2590](https://github.com/Azure/autorest.python/pull/2590) bump tcgc to 0.41.3 + + ## 2023-05-11 - 0.23.10 | Library | Min Version | diff --git a/packages/typespec-python/package.json b/packages/typespec-python/package.json index d5bc60b9a94..225236a2c14 100644 --- a/packages/typespec-python/package.json +++ b/packages/typespec-python/package.json @@ -1,6 +1,6 @@ { "name": "@azure-tools/typespec-python", - "version": "0.23.10", + "version": "0.23.11", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://github.com/Azure/autorest.python",