Skip to content

Commit

Permalink
changelog (#2717)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Jul 25, 2024
1 parent e53f376 commit 3e90d97
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 31 deletions.
7 changes: 0 additions & 7 deletions .chronus/changes/HEAD-2024-6-18-16-26-24.md

This file was deleted.

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/exclue-venv-2024-6-22-15-39-49.md

This file was deleted.

7 changes: 0 additions & 7 deletions .chronus/changes/fix-usage-2024-6-25-11-21-42.md

This file was deleted.

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

## 6.17.0

No changes, version bump only.

## 6.16.0

### 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.16.0",
"version": "6.17.0",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"start": "node ./scripts/run-python3.js ./scripts/start.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.27.0

### Bug Fixes

- [#2716](https://github.com/Azure/autorest.python/pull/2716) Fix the logic to judge whether model is output or not

### Features

- [#2706](https://github.com/Azure/autorest.python/pull/2706) Generate API for multi content types of internal operation


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

0 comments on commit 3e90d97

Please sign in to comment.