Skip to content

Commit 2d1ed3f

Browse files
authored
Bump to v1.5.1 + Release notes (#183)
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 695ef51 commit 2d1ed3f

5 files changed

Lines changed: 18 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
22
VERSION_MINOR 5
3-
VERSION_PATCH 0
3+
VERSION_PATCH 1

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.5.0</version>
5+
<version>1.5.1</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.5.0</version>
5+
<version>1.5.1</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.5.0</version>
5+
<version>1.5.1</version>
66
<description>
77
*eprosima DDS Pipe* C++ Module to read objects and configurations from YAML files.
88
</description>

versions.md

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

66
## Forthcoming
77

8+
# eProsima DDS Pipe v1.5.1
9+
10+
This release will include the following **bugfixes**:
11+
* Avoid forwarding `NOT_ALIVE_NO_WRITERS` as `DISPOSE` in keyless topics
12+
13+
This release includes the following *dependencies update*:
14+
15+
| | Repository | Old Version | New Version |
16+
|---|---|---|---|
17+
| 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.4.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.1) |
18+
| Fast CDR | [eProsima/Fast-CDR](https://github.com/eProsima/Fast-CDR) | [v2.3.4](https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.4) | [v2.3.5](https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.5) |
19+
| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v3.6.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0) | [v3.6.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1) |
20+
| Dev Utils | [eProsima/dev-utils](https://github.com/eProsima/dev-utils) | [v1.5.0](https://github.com/eProsima/dev-utils/releases/tag/v1.5.0) | [v1.5.1](https://github.com/eProsima/dev-utils/releases/tag/v1.5.1) |
21+
822
# eProsima DDS Pipe v1.5.0
923

1024
This release will include the following **features**:

0 commit comments

Comments
 (0)