Update version number for patch release v1.11.1 (#11317)

* Bump version number to 1.11.1

* Bump up version to 1.11.1
This commit is contained in:
Chi Lo 2022-04-22 13:35:16 -07:00 committed by GitHub
parent 2bfe2c69b7
commit 366f4ebcb4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
13 changed files with 24 additions and 18 deletions

View file

@ -1 +1 @@
1.11.0
1.11.1

View file

@ -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.1 | **1.10** down to 1.2 | 15 | 2 | 7 | Windows AI 1.11+ |
| 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+ |

View file

@ -8,6 +8,11 @@ For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://ak
Changes
-------
1.11.1
^^^^^^
Release Notes : https://github.com/Microsoft/onnxruntime/releases/tag/v1.11.1
1.11.0
^^^^^^

View file

@ -1,6 +1,6 @@
{
"name": "onnxruntime-common",
"version": "1.11.0",
"version": "1.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -1269,4 +1269,4 @@
"dev": true
}
}
}
}

View file

@ -8,7 +8,7 @@
},
"author": "fs-eire",
"module": "dist/lib/index.js",
"version": "1.11.0",
"version": "1.11.1",
"jsdelivr": "dist/ort-common.min.js",
"scripts": {
"prepare": "tsc && webpack"
@ -28,4 +28,4 @@
"main": "dist/ort-common.node.js",
"types": "dist/lib/index.d.ts",
"description": "ONNXRuntime JavaScript API library"
}
}

View file

@ -1,6 +1,6 @@
{
"name": "onnxruntime-node",
"version": "1.11.0",
"version": "1.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -2744,4 +2744,4 @@
"dev": true
}
}
}
}

View file

@ -13,7 +13,7 @@
3
]
},
"version": "1.11.0",
"version": "1.11.1",
"dependencies": {
"onnxruntime-common": "file:../common"
},
@ -55,4 +55,4 @@
],
"types": "dist/index.d.ts",
"description": "ONNXRuntime Node.js binding"
}
}

View file

@ -38,7 +38,7 @@
"registry": "https://registry.npmjs.org/"
},
"source": "lib/index",
"version": "1.11.0",
"version": "1.11.1",
"main": "dist/commonjs/index",
"homepage": "https://github.com/Microsoft/onnxruntime/js/react_native#readme",
"files": [
@ -98,4 +98,4 @@
"bugs": {
"url": "https://github.com/Microsoft/onnxruntime/issues"
}
}
}

View file

@ -1,6 +1,6 @@
{
"name": "onnxruntime-web",
"version": "1.11.0",
"version": "1.11.1",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@ -5591,4 +5591,4 @@
"dev": true
}
}
}
}

View file

@ -9,7 +9,7 @@
},
"author": "fs-eire",
"module": "./lib/index.js",
"version": "1.11.0",
"version": "1.11.1",
"jsdelivr": "dist/ort.min.js",
"dependencies": {
"onnx-proto": "^4.0.4",
@ -82,4 +82,4 @@
"main": "dist/ort-web.node.js",
"types": "./types/lib/index.d.ts",
"description": "A Javascript library for running ONNX models on browsers"
}
}

View file

@ -7,7 +7,7 @@ ONNX Runtime is a performance-focused scoring engine for Open Neural Network Exc
For more information on ONNX Runtime, please see `aka.ms/onnxruntime <https://aka.ms/onnxruntime/>`_
or the `Github project <https://github.com/microsoft/onnxruntime/>`_.
"""
__version__ = "1.11.0"
__version__ = "1.11.1"
__author__ = "Microsoft"
# we need to do device version validation (for example to check Cuda version for an onnxruntime-training package).

View file

@ -2538,7 +2538,7 @@ static_assert(offsetof(OrtApi, SynchronizeBoundOutputs) / sizeof(void*) == 203,
static_assert(offsetof(OrtApi, SessionOptionsAppendExecutionProvider_MIGraphX) / sizeof(void*) == 209, "Size of version 11 API cannot change");
// So that nobody forgets to finish an API version, this check will serve as a reminder:
static_assert(std::string_view(ORT_VERSION) == "1.11.0", "ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly");
static_assert(std::string_view(ORT_VERSION) == "1.11.1", "ORT_Version change detected, please follow below steps to ensure OrtApi is updated properly");
// 1. Update the hardcoded version string in above static_assert to silence it
// 2. If there were any APIs added to ort_api_1_to_11 above:
// a. Add the 'End of version #' markers (pattern above should be obvious)

View file

@ -1,5 +1,5 @@
Name: onnxruntime
Version: 1.11.0
Version: 1.11.1
Release: 1%{?dist}
Summary: onnxruntime