From e6ea620b867adee192572cf5cf59d76af7a99417 Mon Sep 17 00:00:00 2001 From: Carlosespicur Date: Fri, 25 Apr 2025 10:48:30 +0200 Subject: [PATCH 1/2] Refs #23021: Bump version to 3.2.2 Signed-off-by: Carlosespicur --- CMakeLists.txt | 2 +- package.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7b9bbc16ad2..b2ea15f4c00 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -29,7 +29,7 @@ endif() ############################################################################### # Project # ############################################################################### -project(fastdds VERSION "3.2.1" LANGUAGES C CXX) +project(fastdds VERSION "3.2.2" LANGUAGES C CXX) set(PROJECT_NAME_LARGE "Fast DDS") string(TOUPPER "${PROJECT_NAME}" PROJECT_NAME_UPPER) diff --git a/package.xml b/package.xml index ad278217e7c..17e0e682b32 100644 --- a/package.xml +++ b/package.xml @@ -2,7 +2,7 @@ fastdds - 3.2.1 + 3.2.2 eProsima Fast DDS is a C++ implementation of the DDS (Data Distribution Service) standard of the OMG (Object Management Group). eProsima Fast DDS implements the RTPS (Real Time Publish Subscribe) protocol, which provides publisher-subscriber communications over unreliable transports such as UDP, as defined and maintained by the Object Management Group (OMG) consortium. RTPS is also the wire interoperability protocol defined for the Data Distribution Service (DDS) standard. eProsima Fast DDS expose an API to access directly the RTPS protocol, giving the user full access to the protocol internals. From 2945ea99c7dfc042532a4f7ac085cd144e374f4b Mon Sep 17 00:00:00 2001 From: Carlosespicur Date: Fri, 25 Apr 2025 11:12:05 +0200 Subject: [PATCH 2/2] Refs #23021: Update versions.md Signed-off-by: Carlosespicur --- versions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/versions.md b/versions.md index 5d093fbf9e6..4848ca8ebe3 100644 --- a/versions.md +++ b/versions.md @@ -1,6 +1,9 @@ Forthcoming ----------- +Version v3.2.2 +-------------- + * Improve `IDLParser` adding support to new types: * Add support for parsing sequence types. * Move logic for managing `state["type"]` changes to `action`.