prep for release (#2832)
This commit is contained in:
Родитель
2ef47f9543
Коммит
df0b946740
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
changeKind: fix
|
|
||||||
packages:
|
|
||||||
- "@azure-tools/typespec-python"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add pylint disable for "line-too-long" and "too-many-locals"
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
changeKind: fix
|
|
||||||
packages:
|
|
||||||
- "@azure-tools/typespec-python"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add pylint disable for "unsubscriptable-object"
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
changeKind: fix
|
|
||||||
packages:
|
|
||||||
- "@autorest/python"
|
|
||||||
---
|
|
||||||
|
|
||||||
Add pylint disable for "unsubscriptable-object"
|
|
|
@ -1,7 +0,0 @@
|
||||||
---
|
|
||||||
changeKind: fix
|
|
||||||
packages:
|
|
||||||
- "@azure-tools/typespec-python"
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix bandit error in serialization
|
|
|
@ -1,5 +1,12 @@
|
||||||
# Release
|
# Release
|
||||||
|
|
||||||
|
## 6.21.1
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- [#2831](https://github.com/Azure/autorest.python/pull/2831) Add pylint disable for "unsubscriptable-object"
|
||||||
|
|
||||||
|
|
||||||
## 6.21.0
|
## 6.21.0
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@autorest/python",
|
"name": "@autorest/python",
|
||||||
"version": "6.21.0",
|
"version": "6.21.1",
|
||||||
"description": "The Python extension for generators in AutoRest.",
|
"description": "The Python extension for generators in AutoRest.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node ./scripts/run-python3.js ./scripts/start.py",
|
"start": "node ./scripts/run-python3.js ./scripts/start.py",
|
||||||
|
|
|
@ -1,5 +1,14 @@
|
||||||
# Release
|
# Release
|
||||||
|
|
||||||
|
## 0.31.1
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
- [#2830](https://github.com/Azure/autorest.python/pull/2830) Add pylint disable for "line-too-long" and "too-many-locals"
|
||||||
|
- [#2831](https://github.com/Azure/autorest.python/pull/2831) Add pylint disable for "unsubscriptable-object"
|
||||||
|
- [#2829](https://github.com/Azure/autorest.python/pull/2829) Fix bandit error in serialization
|
||||||
|
|
||||||
|
|
||||||
## 0.31.0
|
## 0.31.0
|
||||||
|
|
||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@azure-tools/typespec-python",
|
"name": "@azure-tools/typespec-python",
|
||||||
"version": "0.31.0",
|
"version": "0.31.1",
|
||||||
"author": "Microsoft Corporation",
|
"author": "Microsoft Corporation",
|
||||||
"description": "TypeSpec emitter for Python SDKs",
|
"description": "TypeSpec emitter for Python SDKs",
|
||||||
"homepage": "https://github.com/Azure/autorest.python",
|
"homepage": "https://github.com/Azure/autorest.python",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче