From 136b762094d09f9c30d80dcc26248d1825500fed Mon Sep 17 00:00:00 2001 From: jsantiago-eProsima <90755661+jsantiago-eProsima@users.noreply.github.com> Date: Tue, 4 Apr 2023 12:50:51 +0200 Subject: [PATCH] Bump version to 2.10.1 (#53) Signed-off-by: Javier Santiago --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 13 +++---------- docs/notes/previous_versions/v2.10.0.rst | 14 ++++++++++++++ 3 files changed, 19 insertions(+), 12 deletions(-) create mode 100644 docs/notes/previous_versions/v2.10.0.rst diff --git a/docs/conf.py b/docs/conf.py index 492deae..2cb9a21 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.10.0' +version = u'2.10.1' # The full version, including alpha/beta/rc tags. -release = u'2.10.0' +release = u'2.10.1' # 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 03ea57b..549cc69 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,21 +1,14 @@ -Version 2.10.0 +Version 2.10.1 ============== This minor release includes the following **improvements**: -* Support for Fast DDS v2.10.0 -* Enable ROS 2 by default if available -* Enable ROS 2 features on runtime if detected a valid ROS 2 installation -* Regenerate TypeSupport with Fast DDS-Gen v2.4.0 - -Also, it includes the following **fixes**: - -* Fix Fast DDS version check in CMakeLists -* Remove CMake obsolete code +* Support for Fast DDS v2.10.1 Previous versions ================= +.. include:: previous_versions/v2.10.0.rst .. include:: previous_versions/v2.9.1.rst .. include:: previous_versions/v2.9.0.rst .. include:: previous_versions/v2.8.1.rst diff --git a/docs/notes/previous_versions/v2.10.0.rst b/docs/notes/previous_versions/v2.10.0.rst new file mode 100644 index 0000000..c602c71 --- /dev/null +++ b/docs/notes/previous_versions/v2.10.0.rst @@ -0,0 +1,14 @@ +Version 2.10.0 +^^^^^^^^^^^^^^ + +This minor release includes the following **improvements**: + +* Support for Fast DDS v2.10.0 +* Enable ROS 2 by default if available +* Enable ROS 2 features on runtime if detected a valid ROS 2 installation +* Regenerate TypeSupport with Fast DDS-Gen v2.4.0 + +Also, it includes the following **fixes**: + +* Fix Fast DDS version check in CMakeLists +* Remove CMake obsolete code