Skip to content

Commit 7c7b5fb

Browse files
committed
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 <[email protected]>
1 parent 1d7aab0 commit 7c7b5fb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

doc/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,7 @@
187187
"current_version": version,
188188
"versions": (
189189
("latest", "/"),
190+
("3.6.0", "/3.6.0/"),
190191
("3.5.0", "/3.5.0/"),
191192
("3.4.0", "/3.4.0/"),
192193
("2.7.5 (LTS)", "/2.7.5/"),

doc/releases/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Supported Releases
5858
+=================+================+===============+
5959
| `Zephyr 2.7.5`_ | 2023-06-01 | 2024-08-31 |
6060
+-----------------+----------------+---------------+
61+
| `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 |
62+
+-----------------+----------------+---------------+
6163
| `Zephyr 3.5.0`_ | 2023-10-20 | 2024-07-26 |
6264
+-----------------+----------------+---------------+
6365
| `Zephyr 3.4.0`_ | 2023-06-16 | 2024-02-29 |
@@ -115,3 +117,4 @@ in the migration guide. This includes:
115117
.. _`Zephyr 2.7.5`: https://docs.zephyrproject.org/2.7.5/
116118
.. _`Zephyr 3.4.0`: https://docs.zephyrproject.org/3.4.0/
117119
.. _`Zephyr 3.5.0`: https://docs.zephyrproject.org/3.5.0/
120+
.. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/

0 commit comments

Comments
 (0)