Skip to content

Commit

Permalink
Bump version to v2.8.1 (#38)
Browse files Browse the repository at this point in the history
* Refs #16076: Create page for v2.8.0 notes

Signed-off-by: Eduardo Ponz <[email protected]>

* Refs #16076: Update latest release notes to v2.8.1

Signed-off-by: Eduardo Ponz <[email protected]>

* Refs #16076: Bump version to v2.8.1

Signed-off-by: Eduardo Ponz <[email protected]>

* Refs #16076: Apply suggestions

Signed-off-by: Eduardo Ponz <[email protected]>

Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz authored Nov 16, 2022
1 parent d5b866c commit 1ed93b5
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,9 @@ def select_css(html_css_dir):
# built documents.
#
# The short X.Y version.
version = u'2.8.0'
version = u'2.8.1'
# The full version, including alpha/beta/rc tags.
release = u'2.8.0'
release = u'2.8.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
11 changes: 6 additions & 5 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
Version 2.8.0
Version 2.8.1
=============

This patch release adds the following **improvements**:
This patch release includes the following **improvements**:

* Instances disposals are shown in the GUI
* Improvements in the log window
* Support for Fast DDS v2.8.0
* Ownership QoS Policy enabled when ROS 2 compatible topic option is enabled
* Partition QoS Policy enabled when ROS 2 compatible topic option is enabled
* Support for Fast DDS v2.8.1

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

.. include:: previous_versions/v2.8.0.rst
.. include:: previous_versions/v2.7.1.rst
.. include:: previous_versions/v2.7.0.rst
.. include:: previous_versions/v2.6.1.rst
Expand Down
8 changes: 8 additions & 0 deletions docs/notes/previous_versions/v2.8.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
Version 2.8.0
^^^^^^^^^^^^^

This patch release adds the following **improvements**:

* Instances disposals are shown in the GUI
* Improvements in the log window
* Support for Fast DDS v2.8.0

0 comments on commit 1ed93b5

Please sign in to comment.