Skip to content

Commit

Permalink
Bump version to 2.10.1 (#53)
Browse files Browse the repository at this point in the history
Signed-off-by: Javier Santiago <javiersantiago@eprosima.com>
  • Loading branch information
jsan-rt authored Apr 4, 2023
1 parent c4e1eb5 commit 136b762
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 12 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.10.0'
version = u'2.10.1'
# The full version, including alpha/beta/rc tags.
release = u'2.10.0'
release = u'2.10.1'

# The language for content autogenerated by Sphinx. Refer to documentation
# for a list of supported languages.
Expand Down
13 changes: 3 additions & 10 deletions docs/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,21 +1,14 @@
Version 2.10.0
Version 2.10.1
==============

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

* Support for Fast DDS v2.10.0
* Enable ROS 2 by default if available
* Enable ROS 2 features on runtime if detected a valid ROS 2 installation
* Regenerate TypeSupport with Fast DDS-Gen v2.4.0

Also, it includes the following **fixes**:

* Fix Fast DDS version check in CMakeLists
* Remove CMake obsolete code
* Support for Fast DDS v2.10.1

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

.. include:: previous_versions/v2.10.0.rst
.. include:: previous_versions/v2.9.1.rst
.. include:: previous_versions/v2.9.0.rst
.. include:: previous_versions/v2.8.1.rst
Expand Down
14 changes: 14 additions & 0 deletions docs/notes/previous_versions/v2.10.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Version 2.10.0
^^^^^^^^^^^^^^

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

* Support for Fast DDS v2.10.0
* Enable ROS 2 by default if available
* Enable ROS 2 features on runtime if detected a valid ROS 2 installation
* Regenerate TypeSupport with Fast DDS-Gen v2.4.0

Also, it includes the following **fixes**:

* Fix Fast DDS version check in CMakeLists
* Remove CMake obsolete code

0 comments on commit 136b762

Please sign in to comment.