Skip to content

Commit

Permalink
update changelog (#2909)
Browse files Browse the repository at this point in the history
  • Loading branch information
msyyc authored Nov 8, 2024
1 parent 20abbcc commit 7227877
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 18 deletions.
8 changes: 0 additions & 8 deletions .chronus/changes/auto-python-dep-2024-10-7-15-2-13.md

This file was deleted.

8 changes: 0 additions & 8 deletions .chronus/changes/auto-python-fix-access-2024-10-8-14-45-24.md

This file was deleted.

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

## 6.26.3

### Bug Fixes

- [#2908](https://github.com/Azure/autorest.python/pull/2908) Bump http-client-python to fix access for paging operation and lro

### Bump dependencies

- [#2906](https://github.com/Azure/autorest.python/pull/2906) Bump http-client-python 0.3.7


## 6.26.2

### 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.26.2",
"version": "6.26.3",
"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.36.3

### Bug Fixes

- [#2908](https://github.com/Azure/autorest.python/pull/2908) Bump http-client-python to fix access for paging operation and lro

### Bump dependencies

- [#2906](https://github.com/Azure/autorest.python/pull/2906) Bump http-client-python 0.3.7


## 0.36.2

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

0 comments on commit 7227877

Please sign in to comment.