Skip to content
This repository was archived by the owner on May 22, 2026. It is now read-only.

Commit e767bfb

Browse files
committed
add changelog
1 parent 8892373 commit e767bfb

6 files changed

Lines changed: 18 additions & 20 deletions

File tree

.chronus/changes/azsdk-pool-2025-5-25-15-4-16.md

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

.chronus/changes/optionsCleanup-2025-6-2-11-51-32.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.36.0
4+
5+
### Features
6+
7+
- Make mixin operations classes private to remove from documentation
8+
9+
310
## 6.35.5
411

512
No changes, version bump only.

packages/autorest.python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/python",
3-
"version": "6.35.5",
3+
"version": "6.36.0",
44
"description": "The Python extension for generators in AutoRest.",
55
"scripts": {
66
"start": "node ./scripts/run-python3.js ./scripts/start.py",
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

packages/typespec-python/CHANGELOG.md

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

3+
## 0.46.0
4+
5+
### Features
6+
7+
- Make mixin operations classes private to remove from documentation
8+
9+
310
## 0.45.5
411

512
### Features

packages/typespec-python/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.45.5",
3+
"version": "0.46.0",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -103,4 +103,4 @@
103103
"chalk": "5.3.0",
104104
"@types/fs-extra": "11.0.4"
105105
}
106-
}
106+
}

0 commit comments

Comments
 (0)