Skip to content

Commit 22fee0b

Browse files
authored
Merge branch 'main' into auto-swathipil-tsp-python/exclude-doc-from-pyproject
2 parents 1c10d26 + 3cc6c3f commit 22fee0b

8 files changed

Lines changed: 29 additions & 32 deletions

.chronus/changes/auto-swathipil-http-client-python-add-pyproject-toml-2025-6-21-14-58-56.md

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

.chronus/changes/generation_subdir-2025-7-5-11-32-14.md

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

.chronus/changes/generation_subdir-2025-7-5-11-32-25.md

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

.chronus/changes/test-2025-08-05-2025-7-5-11-26-35.md

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

packages/autorest.python/CHANGELOG.md

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

3+
## 6.38.0
4+
5+
### Features
6+
7+
- [#3131](https://github.com/Azure/autorest.python/pull/3131) Add pyproject.toml generation by default
8+
9+
### Bump dependencies
10+
11+
- [#3156](https://github.com/Azure/autorest.python/pull/3156) Bump `http-client-python` dep
12+
13+
### Bug Fixes
14+
15+
- [#3157](https://github.com/Azure/autorest.python/pull/3157) Don't hardcode `emit-cross-language-definition-file` as `true` for azure generations
16+
17+
318
## 6.37.2
419

520
### Bug Fixes

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.37.2",
3+
"version": "6.38.0",
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: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Release
22

3+
## 0.48.0
4+
5+
### Features
6+
7+
- [#3131](https://github.com/Azure/autorest.python/pull/3131) Add pyproject.toml generation by default
8+
- [#3156](https://github.com/Azure/autorest.python/pull/3156) Add support for `generation-subdir`
9+
10+
### Bug Fixes
11+
12+
- [#3157](https://github.com/Azure/autorest.python/pull/3157) Don't hardcode `emit-cross-language-definition-file` as `true` for azure generations
13+
14+
315
## 0.47.2
416

517
### Bug Fixes

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.47.2",
3+
"version": "0.48.0",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",

0 commit comments

Comments
 (0)