Skip to content

Commit 95633cf

Browse files
committed
doc: release: Add v4.0.0 to the list of supported releases
Add v4.0.0 to the list of supported releases. Signed-off-by: Mahesh Mahadevan <[email protected]>
1 parent 5c31f61 commit 95633cf

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
@@ -191,6 +191,7 @@
191191
"current_version": version,
192192
"versions": (
193193
("latest", "/"),
194+
("4.0.0", "/4.0.0/"),
194195
("3.7.0 (LTS)", "/3.7.0/"),
195196
("3.6.0", "/3.6.0/"),
196197
("2.7.6 (LTS)", "/2.7.6/"),

doc/releases/index.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ Supported Releases
6464
+-----------------+----------------+---------------+
6565
| `Zephyr 3.6.0`_ | 2024-02-23 | 2024-11-29 |
6666
+-----------------+----------------+---------------+
67+
| `Zephyr 4.0.0`_ | 2024-11-15 | 2025-07-18 |
68+
+-----------------+----------------+---------------+
6769

6870
As of 2022-01-01, LTS1 (1.14.x) is not supported and has reached end of life (EOL).
6971

@@ -134,3 +136,4 @@ Release notes and migration guides for end-of-life releases of Zephyr RTOS can b
134136
.. _`Zephyr 2.7.6`: https://docs.zephyrproject.org/2.7.6/
135137
.. _`Zephyr 3.6.0`: https://docs.zephyrproject.org/3.6.0/
136138
.. _`Zephyr 3.7.0`: https://docs.zephyrproject.org/3.7.0/
139+
.. _`Zephyr 4.0.0`: https://docs.zephyrproject.org/4.0.0/

0 commit comments

Comments
 (0)