diff --git a/.chronus/changes/python-array-encode-2025-11-5-10-12-9.md b/.chronus/changes/python-array-encode-2025-11-5-10-12-9.md deleted file mode 100644 index af788a49a8f..00000000000 --- a/.chronus/changes/python-array-encode-2025-11-5-10-12-9.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: feature -packages: - - "@typespec/http-client-python" ---- - -Support encode for array of string in serialization and deserialization \ No newline at end of file diff --git a/.chronus/changes/python-fix-docstring-2025-11-10-10-23-28.md b/.chronus/changes/python-fix-docstring-2025-11-10-10-23-28.md deleted file mode 100644 index 6abfef34bc4..00000000000 --- a/.chronus/changes/python-fix-docstring-2025-11-10-10-23-28.md +++ /dev/null @@ -1,7 +0,0 @@ ---- -changeKind: fix -packages: - - "@typespec/http-client-python" ---- - -Fix bad indent \ No newline at end of file diff --git a/packages/http-client-python/CHANGELOG.md b/packages/http-client-python/CHANGELOG.md index 76dbabc0395..4a5fa20e0cf 100644 --- a/packages/http-client-python/CHANGELOG.md +++ b/packages/http-client-python/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log - @typespec/http-client-python +## 0.23.0 + +### Features + +- [#9146](https://github.com/microsoft/typespec/pull/9146) Support encode for array of string in serialization and deserialization + +### Bug Fixes + +- [#8927](https://github.com/microsoft/typespec/pull/8927) Fix bad indent + + ## 0.22.0 ### Features diff --git a/packages/http-client-python/package-lock.json b/packages/http-client-python/package-lock.json index b68d22b8201..5cf53c8046e 100644 --- a/packages/http-client-python/package-lock.json +++ b/packages/http-client-python/package-lock.json @@ -1,12 +1,12 @@ { "name": "@typespec/http-client-python", - "version": "0.22.0", + "version": "0.23.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@typespec/http-client-python", - "version": "0.22.0", + "version": "0.23.0", "hasInstallScript": true, "license": "MIT", "dependencies": { diff --git a/packages/http-client-python/package.json b/packages/http-client-python/package.json index e0b07cff644..9da9830c39c 100644 --- a/packages/http-client-python/package.json +++ b/packages/http-client-python/package.json @@ -1,6 +1,6 @@ { "name": "@typespec/http-client-python", - "version": "0.22.0", + "version": "0.23.0", "author": "Microsoft Corporation", "description": "TypeSpec emitter for Python SDKs", "homepage": "https://typespec.io",