diff --git a/CMakeLists.txt b/CMakeLists.txt index 018a70f..ee5e080 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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}) diff --git a/docs/CMakeLists.txt b/docs/CMakeLists.txt index def45f7..824091d 100644 --- a/docs/CMakeLists.txt +++ b/docs/CMakeLists.txt @@ -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}) diff --git a/docs/rst/notes/notes.rst b/docs/rst/notes/notes.rst index 2d4a963..32bac5d 100644 --- a/docs/rst/notes/notes.rst +++ b/docs/rst/notes/notes.rst @@ -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**: @@ -26,12 +22,12 @@ This release includes the following **dependencies update**: - New Version * - Fast CDR - `eProsima/Fast-CDR `_ - - `v2.2.5 `__ - `v2.3.0 `__ + - `v2.3.4 `__ * - Fast DDS - `eProsima/Fast-DDS `_ - - `v3.1.0 `__ - `v3.2.2 `__ + - `v3.4.1 `__ * - Plotjuggler - `facontidavide/PlotJuggler `_ - `v3.9.1 `__ @@ -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 diff --git a/docs/rst/notes/previous_versions/v2.2.0.rst b/docs/rst/notes/previous_versions/v2.2.0.rst new file mode 100644 index 0000000..f32f3c6 --- /dev/null +++ b/docs/rst/notes/previous_versions/v2.2.0.rst @@ -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 `_ + - `v2.2.5 `__ + - `v2.3.0 `__ + * - Fast DDS + - `eProsima/Fast-DDS `_ + - `v3.1.0 `__ + - `v3.2.2 `__ + * - Plotjuggler + - `facontidavide/PlotJuggler `_ + - `v3.9.1 `__ + - `v3.9.1 `__ diff --git a/package.xml b/package.xml index 5c1f887..760703f 100644 --- a/package.xml +++ b/package.xml @@ -4,7 +4,7 @@ fastdds_visualizer_plugin - 2.2.0 + 2.3.0 Fast DDS Visualizer Plugin for PlotJuggler eProsima Support