Skip to content

Commit

Permalink
Bump versions (#2644)
Browse files Browse the repository at this point in the history
Co-authored-by: Auto Chronus Bot <[email protected]>
  • Loading branch information
tadelesh and Auto Chronus Bot authored Jun 18, 2024
1 parent a8767ee commit 084f01e
Show file tree
Hide file tree
Showing 12 changed files with 27 additions and 61 deletions.
8 changes: 0 additions & 8 deletions .chronus/changes/add-usage-2024-5-11-16-39-4.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/added_overload-2024-5-14-15-43-45.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/deserialization-fix-2024-4-24-16-48-41.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/do-not-pad-for-enum-2024-5-14-16-6-32.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_models_only-2024-5-11-21-50-18.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/switch_to_rest-2024-4-30-12-59-16.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/typing-self-2024-5-6-13-0-58.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/upgrade_tsp-2024-5-17-14-49-46.md

This file was deleted.

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

## 6.14.0

### Bug Fixes

- [#2634](https://github.com/Azure/autorest.python/pull/2634) do not add api version validation decorator to overload function
- [#2628](https://github.com/Azure/autorest.python/pull/2628) Fix deserialization error for lro when return type has discriminator and succeed in initial response
- [#2638](https://github.com/Azure/autorest.python/pull/2638) Do not pad name for enum when generate SDK from Typespec
- [#2633](https://github.com/Azure/autorest.python/pull/2633) generate sdks without operations

### Features

- [#2621](https://github.com/Azure/autorest.python/pull/2621) remove support for deprecated azure.core.pipeline.transport requests and responses


## 6.13.19

### Bug Fixes
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.19",
"version": "6.14.0",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "node run-python3.js prepare.py",
Expand Down
11 changes: 11 additions & 0 deletions packages/typespec-python/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Release

## 0.24.0

### Bug Fixes

- [#2628](https://github.com/Azure/autorest.python/pull/2628) Fix deserialization error for lro when return type has discriminator and succeed in initial response

### Bump dependencies

- [#2640](https://github.com/Azure/autorest.python/pull/2640) bump typespec version to 0.57


## 0.23.14

No changes, version bump only.
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.14",
"version": "0.24.0",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",
Expand Down

0 comments on commit 084f01e

Please sign in to comment.