Skip to content

Commit

Permalink
Bump version to 2.13.1 (#76)
Browse files Browse the repository at this point in the history
* Refs #20176. Bump version to 2.13.1.

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

* Refs #20176. Copy current notes to previous_versions.

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

* Refs #20176. Add release notes for 2.13.1.

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>

* Refs #20176. Apply Jesús suggestions

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

* Refs #20176. Specify language

Signed-off-by: EduPonz <eduardoponz@eprosima.com>

---------

Signed-off-by: Miguel Company <miguelcompany@eprosima.com>
Signed-off-by: EduPonz <eduardoponz@eprosima.com>
Co-authored-by: EduPonz <eduardoponz@eprosima.com>
  • Loading branch information
MiguelCompany and EduPonz authored Jan 12, 2024
1 parent 26e98bb commit a72b3c4
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 8 deletions.
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,16 +128,16 @@ def select_css(html_css_dir):
# built documents.
#
# The short X.Y version.
version = u'2.13.0'
version = u'2.13.1'
# The full version, including alpha/beta/rc tags.
release = u'2.13.0'
release = u'2.13.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = 'en'

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down
12 changes: 7 additions & 5 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,16 +1,18 @@
Version 2.13.0
Version 2.13.1
==============

This minor release includes the following **improvements**:

* 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
* Support for Fast DDS v2.13.1
* Statistics and monitor service are enabled by default
* Introduced new UDP transport that intentionally drops a percentage of samples
* Downgrade CMake minimum required version
* Regenerate Shapes types with Fast DDS-Gen v3.2.1

Previous versions
=================

.. include:: previous_versions/v2.13.0.rst
.. include:: previous_versions/v2.12.1.rst
.. include:: previous_versions/v2.12.0.rst
.. include:: previous_versions/v2.11.2.rst
Expand Down
9 changes: 9 additions & 0 deletions docs/notes/previous_versions/v2.13.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
Version 2.13.0
^^^^^^^^^^^^^^

This minor release includes the following **improvements**:

* 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

0 comments on commit a72b3c4

Please sign in to comment.