From f5cdf5651429218887fc808a0dd2d7785a24ad3d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Ferreira=20Gonz=C3=A1lez?= Date: Fri, 21 Nov 2025 13:06:34 +0100 Subject: [PATCH] Refs #23927: Bump to 1.1.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Carlos Ferreira González --- VERSION | 2 +- ddsenabler/package.xml | 2 +- ddsenabler_docs/docs/notes/notes.rst | 28 ++++------- .../docs/notes/previous_versions/v1.0.0.rst | 47 +++++++++++++++++++ ddsenabler_docs/package.xml | 2 +- ddsenabler_participants/package.xml | 2 +- ddsenabler_test/package.xml | 2 +- ddsenabler_yaml/package.xml | 2 +- 8 files changed, 62 insertions(+), 25 deletions(-) create mode 100644 ddsenabler_docs/docs/notes/previous_versions/v1.0.0.rst diff --git a/VERSION b/VERSION index 8c5090ac..534d972b 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 1 -VERSION_MINOR 0 +VERSION_MINOR 1 VERSION_PATCH 0 diff --git a/ddsenabler/package.xml b/ddsenabler/package.xml index a31534a9..200ba226 100644 --- a/ddsenabler/package.xml +++ b/ddsenabler/package.xml @@ -2,7 +2,7 @@ ddsenabler - 1.0.0 + 1.1.0 *eprosima DDS Enabler* main C++ package. diff --git a/ddsenabler_docs/docs/notes/notes.rst b/ddsenabler_docs/docs/notes/notes.rst index c73cae10..1f0b6fb8 100644 --- a/ddsenabler_docs/docs/notes/notes.rst +++ b/ddsenabler_docs/docs/notes/notes.rst @@ -5,23 +5,12 @@ .. include:: forthcoming_version.rst ############## -Version v1.0.0 +Version v1.1.0 ############## This release includes the following **features**: -* Publish and subscribe to DDS topics in real time. -* Auto-discovery and management of DomainParticipants, Topics, Types, Publishers and Subscribers via YAML configuration. -* Flexible JSON serialization and deserialization utilities for DDS samples to enable REST and external integration. -* Topic allow-listing/deny-listing, QoS tuning, and participant filtering via configuration. -* Added CI support for building and testing. - -This release includes the following **Documentation changes**: - -* Added full documentation set including usage, architecture, and configuration. -* Included installation instructions for both Linux and Windows (from sources). -* Added API reference documentation. - +* Support for ROS 2 services and actions This release includes the following **Dependencies Update**: @@ -34,26 +23,27 @@ This release includes the following **Dependencies Update**: - New Version * - Foonathan Memory Vendor - `eProsima/foonathan_memory_vendor `_ - - `-` + - `v1.3.1 `_ - `v1.3.1 `_ * - Fast CDR - `eProsima/Fast-CDR `_ - - `-` - `v2.3.0 `_ + - `v2.3.4 `_ * - Fast DDS - `eProsima/Fast-DDS `_ - - `-` - `v3.3.0 `_ + - `v3.4.1 `_ * - Dev Utils - `eProsima/dev-utils `_ - - `-` - `v1.3.0 `__ + - `v1.4.0 `__ * - DDS Pipe - `eProsima/DDS-Pipe `_ - - `-` - `v1.3.0 `__ - + - `v1.4.0 `__ ################# Previous Versions ################# + +.. include:: ./previous_versions/v1.0.0.rst diff --git a/ddsenabler_docs/docs/notes/previous_versions/v1.0.0.rst b/ddsenabler_docs/docs/notes/previous_versions/v1.0.0.rst new file mode 100644 index 00000000..358b557a --- /dev/null +++ b/ddsenabler_docs/docs/notes/previous_versions/v1.0.0.rst @@ -0,0 +1,47 @@ +Version v1.0.0 +============== + +This release includes the following **features**: + +* Publish and subscribe to DDS topics in real time. +* Auto-discovery and management of DomainParticipants, Topics, Types, Publishers and Subscribers via YAML configuration. +* Flexible JSON serialization and deserialization utilities for DDS samples to enable REST and external integration. +* Topic allow-listing/deny-listing, QoS tuning, and participant filtering via configuration. +* Added CI support for building and testing. + +This release includes the following **Documentation changes**: + +* Added full documentation set including usage, architecture, and configuration. +* Included installation instructions for both Linux and Windows (from sources). +* Added API reference documentation. + + +This release includes the following **Dependencies Update**: + +.. list-table:: + :header-rows: 1 + + * - + - Repository + - Old Version + - New Version + * - Foonathan Memory Vendor + - `eProsima/foonathan_memory_vendor `_ + - `-` + - `v1.3.1 `_ + * - Fast CDR + - `eProsima/Fast-CDR `_ + - `-` + - `v2.3.0 `_ + * - Fast DDS + - `eProsima/Fast-DDS `_ + - `-` + - `v3.3.0 `_ + * - Dev Utils + - `eProsima/dev-utils `_ + - `-` + - `v1.3.0 `__ + * - DDS Pipe + - `eProsima/DDS-Pipe `_ + - `-` + - `v1.3.0 `__ diff --git a/ddsenabler_docs/package.xml b/ddsenabler_docs/package.xml index 25946b52..e5a4b3f6 100644 --- a/ddsenabler_docs/package.xml +++ b/ddsenabler_docs/package.xml @@ -2,7 +2,7 @@ ddsenabler_docs - 1.0.0 + 1.1.0 *eprosima DDS Enabler* Documentation built with sphinx and deployed in ReadTheDocs. diff --git a/ddsenabler_participants/package.xml b/ddsenabler_participants/package.xml index e474f5d9..ecd6ce73 100644 --- a/ddsenabler_participants/package.xml +++ b/ddsenabler_participants/package.xml @@ -2,7 +2,7 @@ ddsenabler_participants - 1.0.0 + 1.1.0 *eprosima DDS Enabler* C++ Std Participant implementations. diff --git a/ddsenabler_test/package.xml b/ddsenabler_test/package.xml index 2551ebb6..5b6ea051 100644 --- a/ddsenabler_test/package.xml +++ b/ddsenabler_test/package.xml @@ -2,7 +2,7 @@ ddsenabler_test - 1.0.0 + 1.1.0 *eprosima DDS Enabler* system tests package. diff --git a/ddsenabler_yaml/package.xml b/ddsenabler_yaml/package.xml index 61ce7d06..eae61070 100644 --- a/ddsenabler_yaml/package.xml +++ b/ddsenabler_yaml/package.xml @@ -2,7 +2,7 @@ ddsenabler_yaml - 1.0.0 + 1.1.0 *eprosima DDS Enabler* YAML configuration package.