diff --git a/doc/guides/west/index.rst b/doc/guides/west/index.rst index 7bbad616322..00dd88773b3 100644 --- a/doc/guides/west/index.rst +++ b/doc/guides/west/index.rst @@ -44,6 +44,7 @@ context about the tool. why.rst without-west.rst planned.rst + release-notes.rst For details on west's Python APIs (including APIs provided by extensions in the zephyr), see :ref:`west-apis`. diff --git a/doc/guides/west/release-notes.rst b/doc/guides/west/release-notes.rst new file mode 100644 index 00000000000..c72dbf43f60 --- /dev/null +++ b/doc/guides/west/release-notes.rst @@ -0,0 +1,25 @@ +West Release Notes +################## + +v0.5.x +****** + +West v0.5.x is the first version used widely by the Zephyr Project as part of +its v1.14 Long-Term Support (LTS) release. The `west v0.5.x documentation`_ is +available as part of the Zephyr's v1.14 documentation. + +West's main features in v0.5.x are: + +- Multiple repository management using Git repositories, including self-update + of west itself +- Hierarchical configuration files +- Extension commands + +Versions Before v0.5.x +********************** + +Tags in the west repository before v0.5.x are prototypes which are of +historical interest only. + +.. _west v0.5.x documentation: + https://docs.zephyrproject.org/1.14.0/guides/west/index.html