From 9a32119b519eda0a14cbea4d2bc1f306bf14682a Mon Sep 17 00:00:00 2001 From: Raul Sanchez-Mateos Date: Mon, 14 Oct 2024 08:53:23 +0200 Subject: [PATCH] Bump version to v1.1.0 & add release notes Signed-off-by: Raul Sanchez-Mateos --- VERSION | 2 +- ddspipe_core/package.xml | 2 +- ddspipe_participants/package.xml | 2 +- ddspipe_yaml/package.xml | 2 +- versions.md | 14 ++++++++++++++ 5 files changed, 18 insertions(+), 4 deletions(-) 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/ddspipe_core/package.xml b/ddspipe_core/package.xml index e6a72f23..72ac4510 100644 --- a/ddspipe_core/package.xml +++ b/ddspipe_core/package.xml @@ -2,7 +2,7 @@ ddspipe_core - 1.0.0 + 1.1.0 *eprosima DDS Pipe* C++ library to communicate dynamically and efficiently different interfaces. diff --git a/ddspipe_participants/package.xml b/ddspipe_participants/package.xml index 13ab416c..c9c3edaa 100644 --- a/ddspipe_participants/package.xml +++ b/ddspipe_participants/package.xml @@ -2,7 +2,7 @@ ddspipe_participants - 1.0.0 + 1.1.0 *eprosima DDS Pipe* C++ Std Participant implementations. diff --git a/ddspipe_yaml/package.xml b/ddspipe_yaml/package.xml index e12fd83d..56fb887e 100644 --- a/ddspipe_yaml/package.xml +++ b/ddspipe_yaml/package.xml @@ -2,7 +2,7 @@ ddspipe_yaml - 1.0.0 + 1.1.0 *eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files. diff --git a/versions.md b/versions.md index 50a1ddc2..342f98b2 100644 --- a/versions.md +++ b/versions.md @@ -5,6 +5,20 @@ The *Forthcoming* section includes those features added in `main` branch that ar ## Forthcoming +## eProsima DDS Pipe v1.1.0 + +The upcoming release will include the following *features*: +* Add templated function to YamlWriter for supporting compact format. + +This release includes the following *dependencies update*: + +| | Repository | Old Version | New Version | +|---|---|---|---| +| Foonathan Memory Vendor | [eProsima/foonathan_memory_vendor](https://github.com/eProsima/foonathan_memory_vendor) | [v1.3.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1) | [v1.3.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.3.1) | +| Fast CDR | [eProsima/Fast-CDR](https://github.com/eProsima/Fast-CDR) | [v2.2.4](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.4) | [v2.2.5](https://github.com/eProsima/Fast-CDR/releases/tag/v2.2.5) | +| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v3.0.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.0.1) | [v3.1.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.1.0) | +| Dev Utils | [eProsima/dev-utils](https://github.com/eProsima/dev-utils) | [v1.0.0](https://github.com/eProsima/dev-utils/releases/tag/v1.0.0) | [v1.1.0](https://github.com/eProsima/dev-utils/releases/tag/v1.1.0) | + ## eProsima DDS Pipe v1.0.0 The upcoming release will include the following features: