Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release 0.23.10 #2582

Merged
merged 3 commits into from
May 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-vendor-import-2024-4-6-15-24-24.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/require_black_all-2024-4-6-14-29-30.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/test-generation-dev1-2024-3-19-10-27-21.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/update_tcgc-2024-4-9-16-55-0.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/autorest.python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release

## 2024-05-11 - 6.13.17

| Library | Min Version |
| ----------------------------------------------------------------------- | ----------- |
| `@autorest/core` | `3.9.2` |
| `@autorest/modelerfour` | `4.24.3` |
| `azure-core` dep of generated code | `1.30.0` |
| `isodate` dep of generated code | `0.6.1` |
| `msrest` dep of generated code (If generating legacy code) | `0.7.1` |
| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.2` |
| `typing-extensions` dep of generated code (If generating with constants)| `4.0.1` |

### Bug Fixes

- [#2567](https://github.com/Azure/autorest.python/pull/2567) Fix import for multipart/form-data in _vendor.py

## 2024-04-30 - 6.13.16

| Library | Min Version |
Expand Down
2 changes: 1 addition & 1 deletion packages/autorest.python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.13.16",
"version": "6.13.17",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "node run-python3.js prepare.py",
Expand Down
21 changes: 21 additions & 0 deletions packages/typespec-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Release

## 2023-05-11 - 0.23.10

| Library | Min Version |
| ----------------------------------------------------------------------- | ------------- |
| `@typespec/compiler` | `0.56.0` |
| `@typespec/http` | `0.56.0` |
| `@typespec/rest` | `0.56.0` |
| `@typespec/versioning` | `0.56.0` |
| `@azure-tools/typespec-azure-core` | `0.42.0` |
| `@azure-tools/typespec-client-generator-core` | `0.42.2` |
| `azure-core` dep of generated code | `1.30.0` |
| `corehttp` dep of generated code | `1.0.0b3` |
| `isodate` dep of generated code | `0.6.1` |
| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.2` |
| `typing-extensions` dep of generated code | `4.6.0` |

### Bump dependencies

- [#2581](https://github.com/Azure/autorest.python/pull/2581) bump tcgc to 0.42.2


## 2023-04-30 - 0.23.9

| Library | Min Version |
Expand Down
2 changes: 1 addition & 1 deletion packages/typespec-python/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-python",
"version": "0.23.9",
"version": "0.23.10",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",
Expand Down
Loading