From d28af109bf207585080149b5388a489cb26cf2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Luis=20Bueno=20L=C3=B3pez?= <69244257+JLBuenoLopez-eProsima@users.noreply.github.com> Date: Tue, 31 Jan 2023 11:40:28 +0100 Subject: [PATCH] Bump to v2.1.2 and ShapesDemo v2.1.2 release notes (#45) * Refs #16904: Bump version to v2.1.2 Signed-off-by: JLBuenoLopez-eProsima * Refs #16904: Include ShapesDemo v2.1.2 release notes Signed-off-by: JLBuenoLopez-eProsima --------- Signed-off-by: JLBuenoLopez-eProsima --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 5 +++-- docs/notes/previous_versions/v2.1.1.rst | 7 +++++++ 3 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 docs/notes/previous_versions/v2.1.1.rst diff --git a/docs/conf.py b/docs/conf.py index f7e46cb..5e12b33 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -128,9 +128,9 @@ def select_css(html_css_dir): # built documents. # # The short X.Y version. -version = u'2.1.1' +version = u'2.1.2' # The full version, including alpha/beta/rc tags. -release = u'2.1.1' +release = u'2.1.2' # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/docs/notes/notes.rst b/docs/notes/notes.rst index c56cc2d..b6c59a6 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,13 +1,14 @@ -Version 2.1.1 +Version 2.1.2 ============= Change log: -* Updated to support Fast DDS 2.1.1. +* Updated to support Fast DDS 2.1.2. Previous versions ================= +.. include:: previous_versions/v2.1.1.rst .. include:: previous_versions/v2.1.0.rst .. include:: previous_versions/v2.0.1.rst .. include:: previous_versions/v2.0.0.rst diff --git a/docs/notes/previous_versions/v2.1.1.rst b/docs/notes/previous_versions/v2.1.1.rst new file mode 100644 index 0000000..036960a --- /dev/null +++ b/docs/notes/previous_versions/v2.1.1.rst @@ -0,0 +1,7 @@ +Version 2.1.1 +^^^^^^^^^^^^^ + +Change log: + +* Updated to support Fast DDS 2.1.1. +