From e2e23915c9a637bd1e796167d0fb4e58ddd0d4c8 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Tue, 16 Jan 2024 15:46:40 +0100 Subject: [PATCH 1/3] Refs #20023: Bump version to v2.10.3 Signed-off-by: JesusPoderoso --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 7 ++++--- docs/notes/previous_versions/v2.10.1.rst | 2 +- docs/notes/previous_versions/v2.10.2.rst | 5 +++++ 4 files changed, 12 insertions(+), 6 deletions(-) create mode 100644 docs/notes/previous_versions/v2.10.2.rst diff --git a/docs/conf.py b/docs/conf.py index 5904bad..5b31228 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.2' +version = u'2.10.3' # The full version, including alpha/beta/rc tags. -release = u'2.10.2' +release = u'2.10.3' # 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 7a462b4..389fc1b 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,13 +1,14 @@ -Version 2.10.2 +Version 2.10.3 ============== -This minor release includes the following **improvements**: +This patch release includes the following **improvements**: -* Support for Fast DDS v2.10.2 +* Support for Fast DDS v2.10.3 Previous versions ================= +.. include:: previous_versions/v2.10.2.rst .. include:: previous_versions/v2.10.1.rst .. include:: previous_versions/v2.10.0.rst .. include:: previous_versions/v2.9.1.rst diff --git a/docs/notes/previous_versions/v2.10.1.rst b/docs/notes/previous_versions/v2.10.1.rst index ef22a3e..9c257cd 100644 --- a/docs/notes/previous_versions/v2.10.1.rst +++ b/docs/notes/previous_versions/v2.10.1.rst @@ -1,5 +1,5 @@ Version 2.10.1 ^^^^^^^^^^^^^^ -This minor release includes the following **improvements**: +This patch release includes the following **improvements**: * Support for Fast DDS v2.10.1 diff --git a/docs/notes/previous_versions/v2.10.2.rst b/docs/notes/previous_versions/v2.10.2.rst new file mode 100644 index 0000000..ebea406 --- /dev/null +++ b/docs/notes/previous_versions/v2.10.2.rst @@ -0,0 +1,5 @@ +Version 2.10.2 +^^^^^^^^^^^^^^ +This patch release includes the following **improvements**: + +* Support for Fast DDS v2.10.2 From 8f8d74d6ae44fb3acc4d2c2882367c1bd8cb4f2a Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Mon, 22 Jan 2024 07:49:01 +0100 Subject: [PATCH 2/3] Refs #20023: Apply rev suggestions Signed-off-by: JesusPoderoso --- docs/notes/previous_versions/v2.10.1.rst | 1 + docs/notes/previous_versions/v2.10.2.rst | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/notes/previous_versions/v2.10.1.rst b/docs/notes/previous_versions/v2.10.1.rst index 9c257cd..a45a1c1 100644 --- a/docs/notes/previous_versions/v2.10.1.rst +++ b/docs/notes/previous_versions/v2.10.1.rst @@ -1,5 +1,6 @@ Version 2.10.1 ^^^^^^^^^^^^^^ + This patch release includes the following **improvements**: * Support for Fast DDS v2.10.1 diff --git a/docs/notes/previous_versions/v2.10.2.rst b/docs/notes/previous_versions/v2.10.2.rst index ebea406..ca03d02 100644 --- a/docs/notes/previous_versions/v2.10.2.rst +++ b/docs/notes/previous_versions/v2.10.2.rst @@ -1,5 +1,6 @@ Version 2.10.2 ^^^^^^^^^^^^^^ + This patch release includes the following **improvements**: * Support for Fast DDS v2.10.2 From 4dc5520f1b496b0d7c61c4caf8ebaf15e1689f58 Mon Sep 17 00:00:00 2001 From: JesusPoderoso Date: Fri, 26 Jan 2024 11:40:06 +0100 Subject: [PATCH 3/3] Refs #20031: Add last PRs merged Signed-off-by: JesusPoderoso --- docs/notes/notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/notes/notes.rst b/docs/notes/notes.rst index 389fc1b..e7dc457 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -4,6 +4,7 @@ Version 2.10.3 This patch release includes the following **improvements**: * Support for Fast DDS v2.10.3 +* Add an auto-fill type information check Previous versions =================