Skip to content

Commit

Permalink
Bump version to v3.0.0 and update release notes (#232)
Browse files Browse the repository at this point in the history
* Refs #21630: Update release notes

Signed-off-by: JesusPoderoso <[email protected]>

* Refs #21630: Bump version to v3.0.0

Signed-off-by: JesusPoderoso <[email protected]>

---------

Signed-off-by: JesusPoderoso <[email protected]>
  • Loading branch information
JesusPoderoso authored Sep 16, 2024
1 parent 642ff0a commit 4ee2548
Show file tree
Hide file tree
Showing 6 changed files with 47 additions and 13 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ endif()
###############################################################################
# Version
###############################################################################
set(PRODUCT_MAJOR_VERSION 2)
set(PRODUCT_MINOR_VERSION 1)
set(PRODUCT_MAJOR_VERSION 3)
set(PRODUCT_MINOR_VERSION 0)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

Expand Down
4 changes: 2 additions & 2 deletions docs/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ cmake_policy(VERSION 3.5...3.13)
###############################################################################
# Version
###############################################################################
set(PRODUCT_MAJOR_VERSION 2)
set(PRODUCT_MINOR_VERSION 1)
set(PRODUCT_MAJOR_VERSION 3)
set(PRODUCT_MINOR_VERSION 0)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

Expand Down
18 changes: 11 additions & 7 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,18 @@
.. .. include:: forthcoming_version.rst
##############
Version v2.1.0
Version v3.0.0
##############

This release includes the following **new features**:

* Get IDL type definition of a topic.

This release includes the following **updates**:

* Add monitor service to statistics environment variable.
* Include SustainML nodes as recognized applications.
* Bump ``gitpython`` dependency for documentation.
* Update to Fast DDS v3.0.1.
* Include Fast DDS Visualizer as recognized application.
* Show tab names on hover event for long names representation.

This release includes the following **dependencies update**:

Expand All @@ -24,16 +28,16 @@ This release includes the following **dependencies update**:
- New Version
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`__
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v2.13.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.0>`__
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
* - Fast DDS Statistics Backend
- `eProsima/Fast-DDS-statistics-backend <https://github.com/eProsima/Fast-DDS-statistics-backend>`__
- `v1.1.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v1.1.0>`__
- `v1.0.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v1.0.0>`__
- `v2.0.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v2.0.0>`__


#################
Expand Down
30 changes: 30 additions & 0 deletions docs/rst/notes/previous_versions/v2.1.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
Version v2.1.0
==============

This release includes the following **updates**:

* Add monitor service to statistics environment variable.
* Include SustainML nodes as recognized applications.
* Bump ``gitpython`` dependency for documentation.

This release includes the following **dependencies update**:

.. list-table::
:header-rows: 1

* -
- Repository
- Old Version
- New Version
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.1.2 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.1.2>`__
- `v2.2.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.0>`__
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v2.13.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.13.0>`__
- `v2.14.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v2.14.0>`__
* - Fast DDS Statistics Backend
- `eProsima/Fast-DDS-statistics-backend <https://github.com/eProsima/Fast-DDS-statistics-backend>`__
- `v1.0.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v1.0.0>`__
- `v1.1.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v1.1.0>`__
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_monitor</name>
<!-->There must be a release. Update version accordingly<-->
<version>2.1.0</version>
<version>3.0.0</version>
<description>
Qt application written in C++ that plot the data from the Fast DDS Statistics Backend.
</description>
Expand Down
2 changes: 1 addition & 1 deletion src/Engine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1058,7 +1058,7 @@ bool Engine::update_entity_status(
{
if (sample.status != backend::StatusLevel::OK_STATUS)
{
std::string fastdds_version = "v2.14.0";
std::string fastdds_version = "v3.0.1";
backend::StatusLevel entity_status = backend_connection_.get_status(id);
auto entity_item = entity_status_model_->getTopLevelItem(
id, backend_connection_.get_name(id), entity_status, description);
Expand Down

0 comments on commit 4ee2548

Please sign in to comment.