Skip to content

Commit b5d269c

Browse files
authored
Bump to v1.5.0 + Release notes (#152)
* Bump to v1.5.0 + Release notes Signed-off-by: danipiza <dpizarrogallego@gmail.com> * Applied revision Signed-off-by: danipiza <dpizarrogallego@gmail.com> * Applied revision Signed-off-by: danipiza <dpizarrogallego@gmail.com> --------- Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 606a5f4 commit b5d269c

6 files changed

Lines changed: 31 additions & 5 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 4
2+
VERSION_MINOR 5
33
VERSION_PATCH 0

cmake_utils/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>cmake_utils</name>
5-
<version>1.4.0</version>
5+
<version>1.5.0</version>
66
<description>
77
*eprosima* CMake utils and macros.
88
</description>

cpp_utils/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>cpp_utils</name>
5-
<version>1.4.0</version>
5+
<version>1.5.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
88
</description>

py_utils/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>py_utils</name>
5-
<version>1.4.0</version>
5+
<version>1.5.0</version>
66
<description>
77
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
88
</description>

py_utils/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
setup(
1818
name=package_name,
19-
version='1.4.0',
19+
version='1.5.0',
2020
packages=file_packages,
2121
long_description=long_description,
2222
data_files=[

versions.md

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

66
## Forthcoming
77

8+
## Version 1.5.0
9+
10+
This release includes the following **features**:
11+
* Update `read_next_command()` for the new FastDDS-Spy filter
12+
13+
14+
This release will include the following **bugfixes**:
15+
* Fix wrong use of `ReturnCode` enumeration in logs
16+
* Fix `ReturnCode` comparisons
17+
18+
19+
This release includes the following **CI improvements**:
20+
* Upgrade Linters CI runner image to `ubuntu-24.04`
21+
* Fix wrong tag in nightly 2.x -> 1.x
22+
* Remove nightlies that test dev-utils against Fast DDS 2.x
23+
* Update foonathan version to 1.4.1
24+
25+
26+
This release includes the following **dependencies update**:
27+
28+
| | Repository | Old Version | New Version |
29+
|---|---|---|---|
30+
| 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) |
31+
| 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) |
32+
| Fast DDS | [eProsima/Fast-DDS](https://github.com/eProsima/Fast-DDS) | [v3.5.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.5.0) | [v3.6.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0) |
33+
834
## Version 1.4.0
935

1036
This release includes the following **Improvements**:

0 commit comments

Comments
 (0)