Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ set(CMAKE_MODULE_PATH
# Version
###############################################################################
set(PRODUCT_MAJOR_VERSION 2)
set(PRODUCT_MINOR_VERSION 2)
set(PRODUCT_MINOR_VERSION 3)
set(PRODUCT_PATCH_VERSION 0)
set(PRODUCT_VERSION_STR ${PRODUCT_MAJOR_VERSION}.${PRODUCT_MINOR_VERSION}.${PRODUCT_PATCH_VERSION})

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

Expand Down
13 changes: 5 additions & 8 deletions docs/rst/notes/notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,12 @@
.. .. include:: forthcoming_version.rst

##############
Version v2.2.0
Version v2.3.0
##############

This release includes the following **updates**:

* Update Fast DDS to v3.2.2.

This release includes the following **bugfixes**:

* Set TopicDataType name before registering types in DomainParticipant.
* Update Fast DDS to v3.4.1.

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

Expand All @@ -26,12 +22,12 @@ This release includes the following **dependencies update**:
- New Version
* - Fast CDR
- `eProsima/Fast-CDR <https://github.com/eProsima/Fast-CDR>`_
- `v2.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
- `v2.3.4 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4>`__
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
- `v3.4.1 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.4.1>`__
* - Plotjuggler
- `facontidavide/PlotJuggler <https://github.com/facontidavide/PlotJuggler>`_
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
Expand All @@ -41,6 +37,7 @@ This release includes the following **dependencies update**:
Previous versions
#################

.. include:: previous_versions/v2.2.0.rst
.. include:: previous_versions/v2.1.0.rst
.. include:: previous_versions/v2.0.0.rst
.. include:: previous_versions/v1.0.0.rst
32 changes: 32 additions & 0 deletions docs/rst/notes/previous_versions/v2.2.0.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
Version v2.2.0
==============

This release includes the following **updates**:

* Update Fast DDS to v3.2.2.

This release includes the following **bugfixes**:

* Set TopicDataType name before registering types in DomainParticipant.

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.2.5 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5>`__
- `v2.3.0 <https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0>`__
* - Fast DDS
- `eProsima/Fast-DDS <https://github.com/eProsima/Fast-DDS>`_
- `v3.1.0 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0>`__
- `v3.2.2 <https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2>`__
* - Plotjuggler
- `facontidavide/PlotJuggler <https://github.com/facontidavide/PlotJuggler>`_
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
- `v3.9.1 <https://github.com/facontidavide/PlotJuggler/releases/tag/3.9.1>`__
2 changes: 1 addition & 1 deletion package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<package format="3">

<name>fastdds_visualizer_plugin</name>
<version>2.2.0</version>
<version>2.3.0</version>
<description>Fast DDS Visualizer Plugin for PlotJuggler</description>

<maintainer email="support@eProsima.comm">eProsima Support</maintainer>
Expand Down
Loading