File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11VERSION_MAJOR 1
2- VERSION_MINOR 4
2+ VERSION_MINOR 5
33VERSION_PATCH 0
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 1616
1717setup (
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 = [
Original file line number Diff line number Diff line change @@ -5,6 +5,28 @@ 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 topic filter in ` DDS-Pipe `
12+
13+ This release will include the following ** bugfixes** :
14+ * Fix wrong use of ` ReturnCode ` enumeration in logs
15+ * Fix ` ReturnCode ` comparisons
16+ * Fix wrong tag in nightly 2.x -> 1.x
17+
18+ This release includes the following ** CI improvements** :
19+ * Update ` uncrustify`` to ` 0.78.1` (** ubuntu24** version)
20+ * Remove nightlies that test dev-utils against Fast DDS 2.x
21+
22+ This release includes the following ** dependencies update** :
23+
24+ | | Repository | Old Version | New Version |
25+ | ---| ---| ---| ---|
26+ | 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 ) |
27+ | 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 ) |
28+ | 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 ) |
29+
830## Version 1.4.0
931
1032This release includes the following ** Improvements** :
You can’t perform that action at this time.
0 commit comments