Skip to content

Commit

Permalink
release 0.23.10 (#2582)
Browse files Browse the repository at this point in the history
* release 0.23.10

* update changelog

* Update packages/typespec-python/CHANGELOG.md

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>

---------

Co-authored-by: Chenjie Shi <tadelesh.shi@live.cn>
  • Loading branch information
msyyc and tadelesh authored May 11, 2024
1 parent c00e257 commit b0b1c6f
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 61 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/add_cadl_ranch_coverage-2024-4-6-12-43-56.md

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

0 comments on commit b0b1c6f

Please sign in to comment.