update version (#2838)
This commit is contained in:
Родитель
1670cc63aa
Коммит
fb3b9157c1
|
@ -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",
|
||||
|
|
Загрузка…
Ссылка в новой задаче