Skip to content

Commit

Permalink
Include run cadl (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
iscai-msft authored Jul 20, 2022
1 parent 4b9d31b commit ef934aa
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Release History

### 2022-07-20 - 6.1.1

| Library | Min Version |
| ----------------------------------------------------------------------- | ----------- |
| `@autorest/core` | `3.8.1` |
| `@autorest/modelerfour` | `4.23.5` |
| `azure-core` dep of generated code | `1.24.0` |
| `isodate` dep of generated code | `0.6.1` |
| `msrest` dep of generated code (If generating legacy code) | `0.7.1` |
| `azure-mgmt-core` dep of generated code (If generating mgmt plane code) | `1.3.0` |

**Other Changes**

- Get skeleton for cadl generation released #1358

### 2022-07-20 - 6.1.0

| Library | Min Version |
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@autorest/python",
"version": "6.1.0",
"version": "6.1.1",
"description": "The Python extension for generators in AutoRest.",
"scripts": {
"prepare": "node run-python3.js prepare.py",
Expand Down Expand Up @@ -38,6 +38,7 @@
"start.py",
"venvtools.py",
"run-python3.js",
"requirements.txt"
"requirements.txt",
"run_cadl.py"
]
}

0 comments on commit ef934aa

Please sign in to comment.