Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
VERSION_MAJOR 1
VERSION_MINOR 4
VERSION_MINOR 5
VERSION_PATCH 0
2 changes: 1 addition & 1 deletion cmake_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cmake_utils</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>
*eprosima* CMake utils and macros.
</description>
Expand Down
2 changes: 1 addition & 1 deletion cpp_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>cpp_utils</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>
*eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_utils/package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<?xml-model href="http://download.ros.org/schema/package_format3.xsd" schematypens="http://www.w3.org/2001/XMLSchema"?>
<package format="3">
<name>py_utils</name>
<version>1.4.0</version>
<version>1.5.0</version>
<description>
*eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes.
</description>
Expand Down
2 changes: 1 addition & 1 deletion py_utils/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

setup(
name=package_name,
version='1.4.0',
version='1.5.0',
packages=file_packages,
long_description=long_description,
data_files=[
Expand Down
22 changes: 22 additions & 0 deletions versions.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,28 @@ The *Forthcoming* section includes those features added in `main` branch that ar

## Forthcoming

## Version 1.5.0

This release includes the following **features**:
* Update `read_next_command()` for the new topic filter in `DDS-Pipe`

This release will include the following **bugfixes**:
* Fix wrong use of `ReturnCode` enumeration in logs
* Fix `ReturnCode` comparisons
* Fix wrong tag in nightly 2.x -> 1.x

This release includes the following **CI improvements**:
* Update `uncrustify`` to `0.78.1` (**ubuntu24** version)
* Remove nightlies that test dev-utils against Fast DDS 2.x

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.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) |
| 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) |

## Version 1.4.0

This release includes the following **Improvements**:
Expand Down
Loading