Skip to content

Commit 3e459df

Browse files
authored
Bump version to 1.2.0 (#144)
* Bump DDS Pipe Signed-off-by: Denisa <denisa@eprosima.com> * Use Fast DDS 3.2.2 Signed-off-by: Denisa <denisa@eprosima.com> --------- Signed-off-by: Denisa <denisa@eprosima.com>
1 parent 6e8c1ea commit 3e459df

5 files changed

Lines changed: 25 additions & 4 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION_MAJOR 1
2-
VERSION_MINOR 1
2+
VERSION_MINOR 2
33
VERSION_PATCH 0

ddspipe_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddspipe_core</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ library to communicate dynamically and efficiently different interfaces.
88
</description>

ddspipe_participants/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddspipe_participants</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ Std Participant implementations.
88
</description>

ddspipe_yaml/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
33
<package format="3">
44
<name>ddspipe_yaml</name>
5-
<version>1.1.0</version>
5+
<version>1.2.0</version>
66
<description>
77
*eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files.
88
</description>

versions.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,27 @@ The *Forthcoming* section includes those features added in `main` branch that ar
55

66
## Forthcoming
77

8+
## eProsima DDS Pipe v1.2.0
9+
10+
This release will include the following *features*:
11+
*Add auxiliar InternalWriter.
12+
*Support for ROS2 Easy Mode.
13+
14+
This release will include the following *internal changes & bugfixes*:
15+
*Export missing participant utils methods.
16+
*Check data is taken in RpcBridge::transmit_.
17+
*Remove type information from RPC topics.
18+
19+
20+
This release includes the following *dependencies update*:
21+
22+
| | Repository | Old Version | New Version |
23+
|---|---|---|---|
24+
| 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) |
25+
| 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) |
26+
| 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) |
27+
| Dev Utils | [eProsima/dev-utils](https://github.com/eProsima/dev-utils) | [v1.1.0](https://github.com/eProsima/dev-utils/releases/tag/v1.1.0) | [v1.2.0](https://github.com/eProsima/dev-utils/releases/tag/v1.2.0) |
28+
829
## eProsima DDS Pipe v1.1.0
930

1031
The upcoming release will include the following *features*:

0 commit comments

Comments
 (0)