From bc60d1c8d74a52548c9985c0c84cfedd612992ba Mon Sep 17 00:00:00 2001 From: Miguel Company Date: Mon, 18 Dec 2023 11:26:09 +0100 Subject: [PATCH] Bump version to 2.13.0 (#74) * Refs #20104. Bump version to 2.13.0. Signed-off-by: Miguel Company * Refs #20104. Update release notes. Signed-off-by: Miguel Company --------- Signed-off-by: Miguel Company --- docs/conf.py | 4 ++-- docs/notes/notes.rst | 11 +++++++---- docs/notes/previous_versions/v2.12.1.rst | 7 +++++++ 3 files changed, 16 insertions(+), 6 deletions(-) create mode 100644 docs/notes/previous_versions/v2.12.1.rst diff --git a/docs/conf.py b/docs/conf.py index 864b0ed..fa9fcae 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.12.1' +version = u'2.13.0' # The full version, including alpha/beta/rc tags. -release = u'2.12.1' +release = u'2.13.0' # 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 7c5c757..581cb1d 100644 --- a/docs/notes/notes.rst +++ b/docs/notes/notes.rst @@ -1,14 +1,17 @@ -Version 2.12.1 +Version 2.13.0 ============== -This patch release includes the following **improvements**: +This minor release includes the following **improvements**: -* Support for Fast DDS v2.12.1 -* Regenerate TypeSupport with Fast DDS-Gen v3.1.0 +* Support for Fast DDS v2.13.0 +* Add new option to configure data representation in publisher +* Add new option to enable/disable monitor service +* Add metadata to identify Shapes Demo application Previous versions ================= +.. include:: previous_versions/v2.12.1.rst .. include:: previous_versions/v2.12.0.rst .. include:: previous_versions/v2.11.2.rst .. include:: previous_versions/v2.11.1.rst diff --git a/docs/notes/previous_versions/v2.12.1.rst b/docs/notes/previous_versions/v2.12.1.rst new file mode 100644 index 0000000..8906e61 --- /dev/null +++ b/docs/notes/previous_versions/v2.12.1.rst @@ -0,0 +1,7 @@ +Version 2.12.1 +^^^^^^^^^^^^^^ + +This patch release includes the following **improvements**: + +* Support for Fast DDS v2.12.1 +* Regenerate TypeSupport with Fast DDS-Gen v3.1.0