doc: release: Add v3.6.0 to the list of supported releases
Adds v3.6.0 to the list of supported releases. The EOL date corresponds to the expected release date for v4.0.0. Signed-off-by: Maureen Helm <maureen.helm@analog.com>
This commit is contained in:
parent
1d7aab0016
commit
7c7b5fbf8b
@ -187,6 +187,7 @@ html_context = {
|
||||
"current_version": version,
|
||||
"versions": (
|
||||
("latest", "/"),
|
||||
("3.6.0", "/3.6.0/"),
|
||||
("3.5.0", "/3.5.0/"),
|
||||
("3.4.0", "/3.4.0/"),
|
||||
("2.7.5 (LTS)", "/2.7.5/"),
|
||||
|
||||
@ -58,6 +58,8 @@ Supported Releases
|
||||
+=================+================+===============+
|
||||
| `Zephyr 2.7.5`_ | 2023-06-01 | 2024-08-31 |
|
||||
+-----------------+----------------+---------------+
|
||||
| `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 |
|
||||
+-----------------+----------------+---------------+
|
||||
| `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 |
|
||||
+-----------------+----------------+---------------+
|
||||
| `Zephyr 3.4.0`_ | 2023-06-16 | 2024-02-29 |
|
||||
@ -115,3 +117,4 @@ in the migration guide. This includes:
|
||||
.. _`Zephyr 2.7.5`: https://docs.zephyrproject.org/2.7.5/
|
||||
.. _`Zephyr 3.4.0`: https://docs.zephyrproject.org/3.4.0/
|
||||
.. _`Zephyr 3.5.0`: https://docs.zephyrproject.org/3.5.0/
|
||||
.. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user