Skip to content

Commit

Permalink
bump for release (#2824)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Sep 9, 2024
1 parent d03a34e commit 76ee680
Show file tree
Hide file tree
Showing 9 changed files with 23 additions and 38 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/bump-cadl-ranch-2024-2024-8-5-17-18-29.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/route_to_err-2024-8-9-11-51-57.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/xml_support-2024-8-5-15-33-0.md

This file was deleted.

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

## 6.21.0

### Bug Fixes

- [#2814](https://github.com/Azure/autorest.python/pull/2814) Fix pylint errors in serialization.py


## 6.20.0

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

## 0.31.0

### Bug Fixes

- [#2814](https://github.com/Azure/autorest.python/pull/2814) Fix pylint errors in serialization.py
- [#2823](https://github.com/Azure/autorest.python/pull/2823) Include link to core models for `HttpResponseError` when it's included as a property in a model

### Features

- [#2815](https://github.com/Azure/autorest.python/pull/2815) Add support for `HttpPart<{@body body: XXX}>` of multipart
- [#2810](https://github.com/Azure/autorest.python/pull/2810) Optimize snake-case naming rule
- [#2806](https://github.com/Azure/autorest.python/pull/2806) dpg model support xml


## 0.30.0

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

0 comments on commit 76ee680

Please sign in to comment.