Skip to content

Commit

Permalink
Bump version to v2.6.9 (#122)
Browse files Browse the repository at this point in the history
Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Jul 4, 2024
1 parent 32eac48 commit 48ddfb6
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 10 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.6.8'
version = u'2.6.9'
# The full version, including alpha/beta/rc tags.
release = u'2.6.8'
release = u'2.6.9'

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

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

* 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.
* Improve CI workflows
* Support for Fast DDS v2.6.9

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

.. include:: previous_versions/v2.6.8.rst
.. include:: previous_versions/v2.6.7.rst
.. include:: previous_versions/v2.6.6.rst
.. include:: previous_versions/v2.6.5.rst
Expand Down
10 changes: 10 additions & 0 deletions docs/notes/previous_versions/v2.6.8.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
Version 2.6.8
^^^^^^^^^^^^^
This patch release adds the following **improvements**:

* 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.

0 comments on commit 48ddfb6

Please sign in to comment.