This commit is contained in:
Yuchao Yan 2024-09-13 11:25:12 +08:00 коммит произвёл GitHub
Родитель 1670cc63aa
Коммит fb3b9157c1
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
8 изменённых файлов: 21 добавлений и 31 удалений

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: internal
packages:
- "@azure-tools/typespec-python"
---
Add testcases for several cadl-ranch scenarios

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: dependencies
packages:
- "@azure-tools/typespec-python"
---
Bump typespec 0.60.0

Просмотреть файл

@ -1,8 +0,0 @@
---
changeKind: fix
packages:
- "@autorest/python"
- "@azure-tools/typespec-python"
---
Fix lint issue "line-too-long" for docstring in operation

Просмотреть файл

@ -1,7 +0,0 @@
---
changeKind: fix
packages:
- "@azure-tools/typespec-python"
---
Fix "line-too-long" for property of model

Просмотреть файл

@ -1,5 +1,12 @@
# Release
## 6.22.0
### Bug Fixes
- [#2835](https://github.com/Azure/autorest.python/pull/2835) Fix lint issue "line-too-long" for docstring in operation
## 6.21.1
### Bug Fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.21.1",
"version": "6.22.0",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"start": "node ./scripts/run-python3.js ./scripts/start.py",

Просмотреть файл

@ -1,5 +1,17 @@
# Release
## 0.32.0
### Bug Fixes
- [#2835](https://github.com/Azure/autorest.python/pull/2835) Fix lint issue "line-too-long" for docstring in operation
- [#2837](https://github.com/Azure/autorest.python/pull/2837) Fix "line-too-long" for property of model
### Bump dependencies
- [#2834](https://github.com/Azure/autorest.python/pull/2834) Bump typespec 0.60.0
## 0.31.1
### Bug Fixes

Просмотреть файл

@ -1,6 +1,6 @@
{
"name": "@azure-tools/typespec-python",
"version": "0.31.1",
"version": "0.32.0",
"author": "Microsoft Corporation",
"description": "TypeSpec emitter for Python SDKs",
"homepage": "https://github.com/Azure/autorest.python",