Skip to content

Commit

Permalink
updated m4 version to 4.13.351 (#621)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored May 8, 2020
1 parent 371c32f commit 1db2d98
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# Change Log

### Unreleased
Modelerfour version: 4.13.346
### 2020-05-08 - 5.0.0-preview.5
Modelerfour version: 4.13.351

**Bug Fixes**

- Users can pass in content types with ';' inside (such as 'text/plain; encoding=UTF-8') #619
- Allowing parameters to be of type `IO` as well #618
- Can now generate without FATAL: bad indentation error (taken from m4 update - perks PR #105)

### 2020-05-06 - 5.0.0-preview.4
Modelerfour version: 4.13.346
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ pass-thru:
- subset-reducer
# version: 3.0.6258
use-extension:
"@autorest/modelerfour": "4.13.346"
"@autorest/modelerfour": "4.13.351"

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.0.0-preview.4",
"version": "5.0.0-preview.5",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "python prepare.py",
Expand Down

0 comments on commit 1db2d98

Please sign in to comment.