Skip to content

Commit

Permalink
Bump master version to 1.11 (microsoft#9957)
Browse files Browse the repository at this point in the history
* Bump master version to 1.11

* Update Windows AI version

* update version in onnxruntime_c_api.cc
  • Loading branch information
jingyanwangms authored Dec 15, 2021
1 parent 9109678 commit 8043a9f
Show file tree
Hide file tree
Showing 13 changed files with 8,800 additions and 8,792 deletions.
2 changes: 1 addition & 1 deletion VERSION_NUMBER
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.10.0
1.11.0
1 change: 1 addition & 0 deletions docs/Versioning.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ For more details on ONNX Release versions, see [this page](https://github.com/on

| ONNX Runtime release version | ONNX release version | ONNX opset version | ONNX ML opset version | Supported ONNX IR version | [Windows ML Availability](https://docs.microsoft.com/en-us/windows/ai/windows-ml/release-notes/)|
|------------------------------|--------------------|--------------------|----------------------|------------------|------------------|
| 1.11.0 | **1.10** down to 1.2 | 15 | 2 | 7 | Windows AI 1.11+ |
| 1.10.0 | **1.10** down to 1.2 | 15 | 2 | 7 | Windows AI 1.10+ |
| 1.9.0 | **1.10** down to 1.2 | 15 | 2 | 7 | Windows AI 1.9+ |
| 1.8.2 | **1.9** down to 1.2 | 14 | 2 | 7 | Windows AI 1.8+ |
Expand Down
7 changes: 6 additions & 1 deletion docs/python/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,16 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------

1.10.0
1.11.0
^^^^^^

Release Notes : TBD

1.10.0
^^^^^^

Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.10.0

1.9.0
^^^^^

Expand Down
2,296 changes: 1,148 additions & 1,148 deletions js/common/package-lock.json

Large diffs are not rendered by default.

48 changes: 24 additions & 24 deletions js/common/package.json
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
{
"license": "MIT",
"name": "onnxruntime-common",
"description": "ONNXRuntime JavaScript API library",
"license": "MIT",
"unpkg": "dist/ort-common.min.js",
"name": "onnxruntime-common",
"repository": {
"url": "https://github.com/Microsoft/onnxruntime.git",
"url": "https://github.com/Microsoft/onnxruntime.git",
"type": "git"
},
"author": "fs-eire",
"version": "1.10.0",
"keywords": [
"ONNX",
"ONNXRuntime",
"ONNX Runtime"
],
},
"author": "fs-eire",
"module": "dist/lib/index.js",
"version": "1.11.0",
"jsdelivr": "dist/ort-common.min.js",
"scripts": {
"prepare": "tsc && webpack"
},
},
"keywords": [
"ONNX",
"ONNXRuntime",
"ONNX Runtime"
],
"devDependencies": {
"ts-loader": "^9.1.2",
"typedoc": "^0.22.3",
"typescript": "^4.2.4",
"webpack": "^5.36.2",
"ts-loader": "^9.1.2",
"webpack": "^5.36.2",
"typescript": "^4.2.4",
"typedoc": "^0.22.3",
"webpack-cli": "^4.7.0"
},
"main": "dist/ort-common.node.js",
"types": "dist/lib/index.d.ts",
"jsdelivr": "dist/ort-common.min.js",
"unpkg": "dist/ort-common.min.js",
"module": "dist/lib/index.js"
}
},
"main": "dist/ort-common.node.js",
"types": "dist/lib/index.d.ts",
"description": "ONNXRuntime JavaScript API library"
}
Loading

0 comments on commit 8043a9f

Please sign in to comment.