Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Change Log

### 2020-xx-xx - 5.6.0
### 2021-01-15 - 5.6.0
Autorest core version: 3.0.6318

Modelerfour version: 4.15.421
Modelerfour version: 4.15.442

**New Features**

Expand All @@ -12,6 +12,7 @@ Modelerfour version: 4.15.421
**Bug Fixes**

- Wrap individual enum descriptions #844
- Bump `Modelerfour` minimum version to `4.15.442` to fix [circular reference error](https://github.com/Azure/autorest/issues/3630). Special thanks to @amrElroumy for this PR. #866

### 2020-11-12 - 5.5.0
Autorest core version: 3.0.6318
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pass-thru:
- subset-reducer
version: ^3.0.6318
use-extension:
"@autorest/modelerfour": 4.15.432
"@autorest/modelerfour": 4.15.442

modelerfour:
group-parameters: true
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "5.5.0",
"version": "5.6.0",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "node run-python3.js prepare.py",
Expand Down