diff --git a/CMakeLists.txt b/CMakeLists.txt index 1e89d6fb6..c60b7b70b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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") diff --git a/docs/rst/notes/notes.rst b/docs/rst/notes/notes.rst index 40fa7f0bc..930ca6865 100644 --- a/docs/rst/notes/notes.rst +++ b/docs/rst/notes/notes.rst @@ -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 diff --git a/docs/rst/notes/previous_versions/v0.6.0.rst b/docs/rst/notes/previous_versions/v0.6.0.rst new file mode 100644 index 000000000..e0add86ba --- /dev/null +++ b/docs/rst/notes/previous_versions/v0.6.0.rst @@ -0,0 +1,6 @@ +Version 0.6.0 +------------- + +This release adds the following **improvement**: + +* Update statistics type support including physical data in `DISCOVERY_TOPIC` diff --git a/package.xml b/package.xml index 2f7ec150f..28cb24f83 100644 --- a/package.xml +++ b/package.xml @@ -3,7 +3,7 @@ fastdds_statistics_backend There must be a release. Update version accordingly<--> - 0.6.0 + 0.7.0 C++ library to collect data from eProsima Fast DDS Statistics module and generate statistical information. diff --git a/versions.md b/versions.md index 2f548664b..c194b660c 100644 --- a/versions.md +++ b/versions.md @@ -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 -------------