onnxruntime/docs/reference/releases-servicing.md

21 lines
996 B
Markdown
Raw Normal View History

---
2022-05-23 18:04:29 +00:00
title: Releases
description: ONNX Runtime roadmap and release plans
parent: Reference
2022-05-23 18:04:29 +00:00
nav_order: 1
---
2022-05-23 18:04:29 +00:00
# ONNX Runtime releases
2022-11-02 17:16:43 +00:00
The current ONNX Runtime release is [1.13](https://github.com/microsoft/onnxruntime/releases/tag/v1.13.1).
2022-11-02 17:16:43 +00:00
The next release is ONNX Runtime release 1.14.
2022-05-23 18:04:29 +00:00
Official releases of ONNX Runtime are managed by the core ONNX Runtime team. A new release is published approximately every quarter.
Releases are versioned according to [Versioning](https://github.com/microsoft/onnxruntime/blob/main/docs/Versioning.md) and release branches are prefixed with "rel-". Patch releases may be published periodically between full releases and have their own release branch.
2022-05-23 18:04:29 +00:00
ONNX Runtime releases commit to backwards compatibility. To report a regression, please [file a Github issue](https://github.com/microsoft/onnxruntime/issues/new/choose).
For questions on release process or timing, please use [Github Discussions](https://github.com/microsoft/onnxruntime/discussions).