Skip to content

Commit 1e07423

Browse files
authored
release new version (#3092)
* update chronus version * bump dep * update changelog
1 parent b1df1af commit 1e07423

9 files changed

Lines changed: 582 additions & 543 deletions

.chronus/changes/auto-microsoft-python-metadata-2025-4-19-3-4-49.md

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

.chronus/changes/auto-microsoft-update-stdio-2025-4-16-10-28-16.md

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

.chronus/changes/multiapi-fix-2025-4-19-14-2-21.md

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

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232
"homepage": "https://github.com/Azure/autorest.python#readme",
3333
"devDependencies": {
3434
"@actions/github": "6.0.0",
35-
"@chronus/chronus": "^0.12.1",
36-
"@chronus/github": "^0.4.4",
35+
"@chronus/chronus": "^1.0.2",
36+
"@chronus/github": "^1.0.2",
3737
"@eslint/js": "^9.11.1",
3838
"autorest": "~3.7.1",
3939
"cross-env": "^7.0.3",

packages/autorest.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+
## 6.35.0
4+
5+
### Features
6+
7+
- [#3089](https://github.com/Azure/autorest.python/pull/3089) generate `_metadata.json` to store info from TCGC
8+
9+
### Bug Fixes
10+
11+
- [#3088](https://github.com/Azure/autorest.python/pull/3088) Fix response type of paging operations from `Iterable` to `ItemPaged`
12+
- [#3090](https://github.com/Azure/autorest.python/pull/3090) Revert for `_utils` only for multiapi
13+
14+
315
## 6.34.2
416

517
### Bug Fixes

packages/autorest.python/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@autorest/python",
3-
"version": "6.34.2",
3+
"version": "6.35.0",
44
"description": "The Python extension for generators in AutoRest.",
55
"scripts": {
66
"start": "node ./scripts/run-python3.js ./scripts/start.py",
@@ -29,7 +29,7 @@
2929
},
3030
"homepage": "https://github.com/Azure/autorest.python/blob/main/README.md",
3131
"dependencies": {
32-
"@typespec/http-client-python": "~0.12.0-dev.4",
32+
"@typespec/http-client-python": "~0.12.0",
3333
"@autorest/system-requirements": "~1.0.2",
3434
"fs-extra": "~11.2.0",
3535
"tsx": "~4.19.1"
@@ -47,4 +47,4 @@
4747
"requirements.txt",
4848
"generator/"
4949
]
50-
}
50+
}

packages/typespec-python/CHANGELOG.md

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

3+
## 0.45.0
4+
5+
### Features
6+
7+
- [#3089](https://github.com/Azure/autorest.python/pull/3089) generate `_metadata.json` to store info from TCGC
8+
9+
### Bug Fixes
10+
11+
- [#3088](https://github.com/Azure/autorest.python/pull/3088) Fix response type of paging operations from `Iterable` to `ItemPaged`
12+
13+
314
## 0.44.2
415

516
### Bug Fixes

packages/typespec-python/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azure-tools/typespec-python",
3-
"version": "0.44.2",
3+
"version": "0.45.0",
44
"author": "Microsoft Corporation",
55
"description": "TypeSpec emitter for Python SDKs",
66
"homepage": "https://github.com/Azure/autorest.python",
@@ -64,7 +64,7 @@
6464
"js-yaml": "~4.1.0",
6565
"semver": "~7.6.2",
6666
"tsx": "~4.19.1",
67-
"@typespec/http-client-python": "~0.12.0-dev.4",
67+
"@typespec/http-client-python": "~0.12.0",
6868
"fs-extra": "~11.2.0"
6969
},
7070
"devDependencies": {
@@ -99,4 +99,4 @@
9999
"chalk": "5.3.0",
100100
"@types/fs-extra": "11.0.4"
101101
}
102-
}
102+
}

0 commit comments

Comments
 (0)