From 32eac48bed96464779595d143bfa6adb87b31fd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20Dom=C3=ADnguez=20L=C3=B3pez?= <116071334+Mario-DL@users.noreply.github.com> Date: Thu, 25 Apr 2024 16:06:00 +0200 Subject: [PATCH] Bump version to v2.6.8 (#108) Signed-off-by: Mario Dominguez --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 10 ++++++++-- docs/notes/previous_versions/v2.6.7.rst | 5 +++++ 3 files changed, 15 insertions(+), 4 deletions(-) create mode 100644 docs/notes/previous_versions/v2.6.7.rst diff --git a/docs/conf.py b/docs/conf.py index 19fb6e7..ac79c7a 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.6.7' +version = u'2.6.8' # The full version, including alpha/beta/rc tags. -release = u'2.6.7' +release = u'2.6.8' # 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 3b39b7d..f04647b 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,13 +1,19 @@ -Version 2.6.7 +Version 2.6.8 ============= This patch release adds the following **improvements**: -* Support for Fast DDS v2.6.7 +* Add an ``auto fill type information`` check. +* Support for Fast DDS v2.6.8 + +This patch release adds the following **fixes**: + +* Remove datasharing option as type is unbounded. Previous versions ================= +.. include:: previous_versions/v2.6.7.rst .. include:: previous_versions/v2.6.6.rst .. include:: previous_versions/v2.6.5.rst .. include:: previous_versions/v2.6.4.rst diff --git a/docs/notes/previous_versions/v2.6.7.rst b/docs/notes/previous_versions/v2.6.7.rst new file mode 100644 index 0000000..f6da219 --- /dev/null +++ b/docs/notes/previous_versions/v2.6.7.rst @@ -0,0 +1,5 @@ +Version 2.6.7 +^^^^^^^^^^^^^ +This patch release adds the following **improvements**: + +* Support for Fast DDS v2.6.7