Skip to content

Commit 6a9c1e4

Browse files
authored
Bump version to v3.2.0 and add release notes (#259)
* Refs #23037: Bump version Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23037: Add Relase Notes Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> * Refs #23037: spelling Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com> --------- Signed-off-by: Mario Dominguez <mariodominguez@eprosima.com>
1 parent da8d584 commit 6a9c1e4

File tree

6 files changed

+56
-8
lines changed

6 files changed

+56
-8
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ endif()
3434
# Version
3535
###############################################################################
3636
set(PRODUCT_MAJOR_VERSION 3)
37-
set(PRODUCT_MINOR_VERSION 1)
37+
set(PRODUCT_MINOR_VERSION 2)
3838
set(PRODUCT_PATCH_VERSION 0)
3939
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})
4040

docs/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ cmake_policy(VERSION 3.5...3.13)
2525
# Version
2626
###############################################################################
2727
set(PRODUCT_MAJOR_VERSION 3)
28-
set(PRODUCT_MINOR_VERSION 1)
28+
set(PRODUCT_MINOR_VERSION 2)
2929
set(PRODUCT_PATCH_VERSION 0)
3030
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})
3131

docs/rst/notes/notes.rst

Lines changed: 28 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,32 @@
44
.. include:: forthcoming_version.rst
55

66
##############
7-
Version v3.1.0
7+
Version v3.2.0
88
##############
99

10+
This release includes the following **features**:
11+
12+
* Support Extended incompatible QoS incompatibilities.
13+
* Add IDL demangling functionality.
14+
* Support for ROS 2 Easy Mode.
15+
* Update documentation theme to ``Furo``.
16+
17+
This release includes the following **improvements**:
18+
19+
* Improve endpoints display and topic traceability.
20+
* Improve topic view.
21+
* Refactor Fast DDS Monitor documentation.
22+
* Do not display unknown physical data.
23+
* Add vendor icon to the user interface.
24+
* Added IDL references.
25+
26+
This release includes the following **fixes**:
27+
28+
* Change text selection color in IDL view.
29+
* Fix documentation job in CI.
30+
* Fix counters and change endpoint names in problems view.
31+
* Fix graphical errors in DomainGraphLayout.
32+
1033
This release includes the following **dependencies update**:
1134

1235
.. list-table::
@@ -18,22 +41,23 @@ This release includes the following **dependencies update**:
1841
- New Version
1942
* - Fast CDR
2043
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
21-
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
2244
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
45+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
2346
* - Fast DDS
2447
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
25-
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
2648
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
49+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
2750
* - Fast DDS Statistics Backend
2851
- `eProsima/Fast-DDS-statistics-backend <https://github.com/eProsima/Fast-DDS-statistics-backend>`__
29-
- `v2.0.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v2.0.0>`__
3052
- `v2.1.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v2.1.0>`__
53+
- `v2.2.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v2.2.0>`__
3154

3255

3356
#################
3457
Previous versions
3558
#################
3659

60+
.. include:: previous_versions/v3.1.0.rst
3761
.. include:: previous_versions/v3.0.0.rst
3862
.. include:: previous_versions/v2.1.0.rst
3963
.. include:: previous_versions/v2.0.0.rst
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
Version v3.1.0
2+
##############
3+
4+
This release includes the following **dependencies update**:
5+
6+
.. list-table::
7+
:header-rows: 1
8+
9+
* -
10+
- Repository
11+
- Old Version
12+
- New Version
13+
* - Fast CDR
14+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
15+
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
16+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
17+
* - Fast DDS
18+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
19+
- `v3.0.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1>`__
20+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
21+
* - Fast DDS Statistics Backend
22+
- `eProsima/Fast-DDS-statistics-backend <https://github.com/eProsima/Fast-DDS-statistics-backend>`__
23+
- `v2.0.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v2.0.0>`__
24+
- `v2.1.0 <https://github.com/eProsima/Fast-DDS-statistics-backend/releases/tag/v2.1.0>`__

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<package format="3">
44
<name>fastdds_monitor</name>
55
<!-->There must be a release. Update version accordingly<-->
6-
<version>3.1.0</version>
6+
<version>3.2.0</version>
77
<description>
88
Qt application written in C++ that plot the data from the Fast DDS Statistics Backend.
99
</description>

src/Engine.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1170,7 +1170,7 @@ bool Engine::update_entity_status(
11701170
{
11711171
if (sample.status != backend::StatusLevel::OK_STATUS)
11721172
{
1173-
std::string fastdds_version = "v3.1.0";
1173+
std::string fastdds_version = "v3.2.2";
11741174
backend::StatusLevel entity_status = backend_connection_.get_status(id);
11751175
auto entity_item = entity_status_model_->getTopLevelItem(
11761176
id, entity_kind + ": " + backend_connection_.get_name(

0 commit comments

Comments
 (0)