Skip to content

Commit a4b5fc9

Browse files
Bump to v2.3.0 (#77)
Signed-off-by: Carlos Ferreira González <carlosferreira@eprosima.com>
1 parent d8b7bae commit a4b5fc9

5 files changed

Lines changed: 40 additions & 11 deletions

File tree

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 2)
43+
set(PRODUCT_MINOR_VERSION 3)
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 2)
28+
set(PRODUCT_MINOR_VERSION 3)
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: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,12 @@
44
.. .. include:: forthcoming_version.rst
55
66
##############
7-
Version v2.2.0
7+
Version v2.3.0
88
##############
99

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

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.
12+
* Update Fast DDS to v3.4.1.
1713

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

@@ -26,12 +22,12 @@ This release includes the following **dependencies update**:
2622
- New Version
2723
* - Fast CDR
2824
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
29-
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
3025
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
26+
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`__
3127
* - Fast DDS
3228
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
33-
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
3429
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
30+
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`__
3531
* - Plotjuggler
3632
- `facontidavide/PlotJuggler <https://github.com/facontidavide/PlotJuggler>`_
3733
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
@@ -41,6 +37,7 @@ This release includes the following **dependencies update**:
4137
Previous versions
4238
#################
4339

40+
.. include:: previous_versions/v2.2.0.rst
4441
.. include:: previous_versions/v2.1.0.rst
4542
.. include:: previous_versions/v2.0.0.rst
4643
.. include:: previous_versions/v1.0.0.rst
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
Version v2.2.0
2+
==============
3+
4+
This release includes the following **updates**:
5+
6+
* Update Fast DDS to v3.2.2.
7+
8+
This release includes the following **bugfixes**:
9+
10+
* Set TopicDataType name before registering types in DomainParticipant.
11+
12+
This release includes the following **dependencies update**:
13+
14+
.. list-table::
15+
:header-rows: 1
16+
17+
* -
18+
- Repository
19+
- Old Version
20+
- New Version
21+
* - Fast CDR
22+
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
23+
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
24+
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
25+
* - Fast DDS
26+
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
27+
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
28+
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
29+
* - Plotjuggler
30+
- `facontidavide/PlotJuggler <https://github.com/facontidavide/PlotJuggler>`_
31+
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
32+
- `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.2.0</version>
7+
<version>2.3.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)