Skip to content

Commit 478d8c7

Browse files
authored
Publish/docs (#3321)
1 parent ed29f72 commit 478d8c7

7 files changed

Lines changed: 20 additions & 26 deletions

File tree

.chronus/changes/python-preserveCondaPyproject-2026-0-27-16-36-38.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/python-storagePagingFix-2026-0-26-16-51-19.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

.chronus/changes/python-xmlErrorDeserialization-2026-0-28-11-40-34.md

Lines changed: 0 additions & 8 deletions
This file was deleted.

packages/autorest.python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release
22

3+
## 6.48.1
4+
5+
### Bug Fixes
6+
7+
- [#3315](https://github.com/Azure/autorest.python/pull/3315) Don't remove azure-sdk tool definitions from pyproject.toml
8+
- [#3316](https://github.com/Azure/autorest.python/pull/3316) Fix additional indentation issues
9+
- [#3316](https://github.com/Azure/autorest.python/pull/3316) `_failsafe_deserialize_xml` xml errors
10+
11+
312
## 6.48.0
413

514
### Features

packages/autorest.python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/python",
3-
"version": "6.48.0",
3+
"version": "6.48.1",
44
"description": "The Python extension for generators in AutoRest.",
55
"scripts": {
66
"start": "node ./scripts/run-python3.js ./scripts/start.py",

packages/typespec-python/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release
22

3+
## 0.59.1
4+
5+
### Bug Fixes
6+
7+
- [#3315](https://github.com/Azure/autorest.python/pull/3315) Don't remove azure-sdk tool definitions from pyproject.toml
8+
- [#3316](https://github.com/Azure/autorest.python/pull/3316) Fix additional indentation issues
9+
- [#3316](https://github.com/Azure/autorest.python/pull/3316) `_failsafe_deserialize_xml` xml errors
10+
11+
312
## 0.59.0
413

514
### Features

packages/typespec-python/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.59.0",
3+
"version": "0.59.1",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",

0 commit comments

Comments
 (0)