Skip to content

Commit

Permalink
Bump version to 3.0.1 (#131)
Browse files Browse the repository at this point in the history
* Refs #21561: Bump version to v3.0.1 and update notes

Signed-off-by: Mario Dominguez <[email protected]>

* Refs #21561: Apply Jesus rev

Signed-off-by: Mario Dominguez <[email protected]>

---------

Signed-off-by: Mario Dominguez <[email protected]>
  • Loading branch information
Mario-DL authored Sep 13, 2024
1 parent 4a01f6f commit 949e063
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 25 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'3.0.0'
version = u'3.0.1'
# The full version, including alpha/beta/rc tags.
release = u'3.0.0'
release = u'3.0.1'

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

This release includes the following **features**:

#. Automatic ``TypeObject`` representation registration for ``DynamicTypes``.
#. Add support to select type propagation policy.

This release includes the following **improvements**:

#. Support to Fast DDS 3.0.x.
#. Remove ``WriterProxyData`` from public APIs.
#. ``TypeObjectRegistry`` refactor.
#. ``TopicDataType`` refactor.
#. Account for changes on RTPS writer refactor.
#. Adjust for removing all redundant headers from include/fastrtps.
#. Substitute CDRMessage private function with a simple operation.
#. Update references to ``Time_t`` and ``Duration_t``.
#. Move DR ``TypeConsistencyEnforcement`` & ``DataRepresentation`` from ``TypeConsistency`` to ``DataReaderQos``.
#. Add CDRMessage_t include.
#. Use token for CCache action.
#. Migrate fastrtps namespace to fastdds.
#. Adjust for ``const`` qualification of all data related inputs in DataWriter APIs.
#. Adjust for Fast DDS public headers migration to .hpp.
#. Improve Github CI.
#. Remove new line character at the end of ``SHAPESVERSION`` CMake variable
#. Regenerate types with Fast DDS-Gen v4
#. Support to Fast DDS v3.0.1.
#. Update ``eProsima-CI`` action to install ``Qt``
#. Regenerate types with Fast DDS-Gen v4.0.1

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

.. include:: previous_versions/v3.0.0.rst
.. include:: previous_versions/v2.14.3.rst
.. include:: previous_versions/v2.14.2.rst
.. include:: previous_versions/v2.14.1.rst
Expand Down
27 changes: 27 additions & 0 deletions docs/notes/previous_versions/v3.0.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Version 3.0.0
^^^^^^^^^^^^^

This release includes the following **features**:

#. Automatic ``TypeObject`` representation registration for ``DynamicTypes``.
#. Add support to select type propagation policy.

This release includes the following **improvements**:

#. Support to Fast DDS 3.0.x.
#. Remove ``WriterProxyData`` from public APIs.
#. ``TypeObjectRegistry`` refactor.
#. ``TopicDataType`` refactor.
#. Account for changes on RTPS writer refactor.
#. Adjust for removing all redundant headers from include/fastrtps.
#. Substitute CDRMessage private function with a simple operation.
#. Update references to ``Time_t`` and ``Duration_t``.
#. Move DR ``TypeConsistencyEnforcement`` & ``DataRepresentation`` from ``TypeConsistency`` to ``DataReaderQos``.
#. Add CDRMessage_t include.
#. Use token for CCache action.
#. Migrate fastrtps namespace to fastdds.
#. Adjust for ``const`` qualification of all data related inputs in DataWriter APIs.
#. Adjust for Fast DDS public headers migration to .hpp.
#. Improve Github CI.
#. Remove new line character at the end of ``SHAPESVERSION`` CMake variable
#. Regenerate types with Fast DDS-Gen v4

0 comments on commit 949e063

Please sign in to comment.