Skip to content

Commit

Permalink
Bump version to 0.7.0 (#161)
Browse files Browse the repository at this point in the history
* Refs #14910: Bump version to 0.7.0

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

* Refs #14910: Apply suggestions

Signed-off-by: Eduardo Ponz <[email protected]>
  • Loading branch information
EduPonz authored Jul 5, 2022
1 parent 52cd0f1 commit 9173750
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER)

set(PROJECT_NAME_LARGE "Fast DDS Statistics Backend")

project(${PROJECT_NAME} VERSION 0.6.0
project(${PROJECT_NAME} VERSION 0.7.0
DESCRIPTION "eProsima ${PROJECT_NAME_LARGE} library provides a simple and easy-to-use API for interacting with data from Fast DDS statistics module")

set(${PROJECT_NAME}_DESCRIPTION_SUMMARY "C++ library for bridging Fast DDS statistics module data")
Expand Down
13 changes: 10 additions & 3 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
@@ -1,15 +1,22 @@
.. _release_notes:

Version 0.6.0
Version 0.7.0
=============

This release adds the following **improvement**:
This release adds the following **feature**:

* Update statistics type support including physical data in `DISCOVERY_TOPIC`
* Possibility of loading Fast DDS Statistics Backend's :class:`DomainParticipant` from Fast DDS XML configuration files.

This release adds the following **improvements**:

* Warn the user the Fast DDS Statistics module needs to be enabled.
* Update documentation regarding :class:`locator` specification.
* Fix destruction error in the Database's queue thread.

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

.. include:: previous_versions/v0.6.0.rst
.. include:: previous_versions/v0.5.0.rst
.. include:: previous_versions/v0.4.0.rst
.. include:: previous_versions/v0.3.0.rst
Expand Down
6 changes: 6 additions & 0 deletions docs/rst/notes/previous_versions/v0.6.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Version 0.6.0
-------------

This release adds the following **improvement**:

* Update statistics type support including physical data in `DISCOVERY_TOPIC`
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package format="3">
<name>fastdds_statistics_backend</name>
<!-->There must be a release. Update version accordingly<-->
<version>0.6.0</version>
<version>0.7.0</version>
<description>
C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information.
</description>
Expand Down
13 changes: 13 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
Forthcoming
-----------

Version 0.7.0
-------------

This release adds the following **feature**:

* Possibility of loading Fast DDS Statistics Backend's `DomainParticipant` from Fast DDS XML configuration files.

This release adds the following **improvements**:

* Warn the user the Fast DDS Statistics module needs to be enabled.
* Update documentation regarding `locator` specification.
* Fix destruction error in the Database's queue thread.

Version 0.6.0
-------------

Expand Down

0 comments on commit 9173750

Please sign in to comment.