Skip to content

Commit d8b7bae

Browse files
Bump version to v2.2.0 & add release notes (#75)
* Bump version to v2.2.0 & add release notes Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> * Fix Fast DDS versions in release notes Co-authored-by: Carlos Espinoza Curto <148376273+Carlosespicur@users.noreply.github.com> Signed-off-by: Raul Sanchez-Mateos Lizano <raul@eprosima.com> * Fix Fast CDR versions in release notes Co-authored-by: Carlos Espinoza Curto <148376273+Carlosespicur@users.noreply.github.com> Signed-off-by: Raul Sanchez-Mateos Lizano <raul@eprosima.com> --------- Signed-off-by: Raul Sanchez-Mateos <raul@eprosima.com> Signed-off-by: Raul Sanchez-Mateos Lizano <raul@eprosima.com> Co-authored-by: Carlos Espinoza Curto <148376273+Carlosespicur@users.noreply.github.com>
1 parent 8f39f14 commit d8b7bae

File tree

5 files changed

+40
-7
lines changed

5 files changed

+40
-7
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ set(CMAKE_MODULE_PATH
4040
# Version
4141
###############################################################################
4242
set(PRODUCT_MAJOR_VERSION 2)
43-
set(PRODUCT_MINOR_VERSION 1)
43+
set(PRODUCT_MINOR_VERSION 2)
4444
set(PRODUCT_PATCH_VERSION 0)
4545
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})
4646

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 2)
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: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,16 @@
44
.. .. include:: forthcoming_version.rst
55
66
##############
7-
Version v2.1.0
7+
Version v2.2.0
88
##############
99

1010
This release includes the following **updates**:
1111

12-
* Patch plotjuggler to compile in ROS 2 & Vulcanexus environments.
12+
* Update Fast DDS to v3.2.2.
13+
14+
This release includes the following **bugfixes**:
15+
16+
* Set TopicDataType name before registering types in DomainParticipant.
1317

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

@@ -22,12 +26,12 @@ This release includes the following **dependencies update**:
2226
- New Version
2327
* - Fast CDR
2428
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
25-
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
2629
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
30+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
2731
* - Fast DDS
2832
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
29-
- `v3.0.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.0>`__
3033
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
34+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
3135
* - Plotjuggler
3236
- `facontidavide/PlotJuggler <https://github.com/facontidavide/PlotJuggler>`_
3337
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
@@ -37,5 +41,6 @@ This release includes the following **dependencies update**:
3741
Previous versions
3842
#################
3943

44+
.. include:: previous_versions/v2.1.0.rst
4045
.. include:: previous_versions/v2.0.0.rst
4146
.. include:: previous_versions/v1.0.0.rst
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
Version v2.1.0
2+
==============
3+
4+
This release includes the following **updates**:
5+
6+
* Patch plotjuggler to compile in ROS 2 & Vulcanexus environments.
7+
8+
This release includes the following **dependencies update**:
9+
10+
.. list-table::
11+
:header-rows: 1
12+
13+
* -
14+
- Repository
15+
- Old Version
16+
- New Version
17+
* - Fast CDR
18+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
19+
- `v2.2.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4>`__
20+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
21+
* - Fast DDS
22+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
23+
- `v3.0.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.0>`__
24+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
25+
* - Plotjuggler
26+
- `facontidavide/PlotJuggler <https://github.com/facontidavide/PlotJuggler>`_
27+
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
28+
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__

package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package format="3">
55

66
<name>fastdds_visualizer_plugin</name>
7-
<version>2.1.0</version>
7+
<version>2.2.0</version>
88
<description>Fast DDS Visualizer Plugin for PlotJuggler</description>
99

1010
<maintainer email="support@eProsima.comm">eProsima Support</maintainer>

0 commit comments

Comments
 (0)