Skip to content

Commit

Permalink
bump for release (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft committed Jul 18, 2024
1 parent 1d654f4 commit 6f7abf2
Show file tree
Hide file tree
Showing 15 changed files with 34 additions and 82 deletions.
8 changes: 0 additions & 8 deletions .chronus/changes/add-kwargs-decompress-2024-6-4-15-43-46.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/add_rulesets-2024-6-12-15-7-8.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/bump-tsp-version-2024-2024-6-17-14-37-3.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/check_error_read-2024-6-9-15-39-6.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/fix-bug-header-2024-6-5-13-41-56.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_dup_read-2024-6-10-14-46-24.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix_package_version-2024-6-12-15-20-17.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/multiapi-test-gen-2024-6-11-18-2-26.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/new_spread-2024-6-2-23-6-56.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/pylintUpdates-2024-6-17-12-39-48.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/sdk-regen-optimization-2024-6-11-14-58-58.md

This file was deleted.

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

## 6.16.0

### Bug Fixes

- [#2684](https://github.com/Azure/autorest.python/pull/2684) don't throw if stream is already read or consumed when we load in the error body
- [#2681](https://github.com/Azure/autorest.python/pull/2681) Fix for construct headers and queries when build request

### Features

- [#2680](https://github.com/Azure/autorest.python/pull/2680) Expose kwargs `decompress` for API whose response type is binary


## 6.15.0

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

## 0.26.0

### Bug Fixes

- [#2684](https://github.com/Azure/autorest.python/pull/2684) don't throw if stream is already read or consumed when we load in the error body
- [#2681](https://github.com/Azure/autorest.python/pull/2681) Fix for construct headers and queries when build request
- [#2695](https://github.com/Azure/autorest.python/pull/2695) always interpret `package-version` as a string
- [#2690](https://github.com/Azure/autorest.python/pull/2690) Fix import error when method name is reserved word in Pyhton

### Bump dependencies

- [#2704](https://github.com/Azure/autorest.python/pull/2704) Bump typespec 0.58.0

### Features

- [#2680](https://github.com/Azure/autorest.python/pull/2680) Expose kwargs `decompress` for API whose response type is binary
- [#2692](https://github.com/Azure/autorest.python/pull/2692) Optimize test generation for multiapi package
- [#2676](https://github.com/Azure/autorest.python/pull/2676) spread object when it is spread in TypeSpec


## 0.25.0

### Bug Fixes
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.25.0",
"version": "0.26.0",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",
Expand Down

0 comments on commit 6f7abf2

Please sign in to comment.