File tree Expand file tree Collapse file tree 6 files changed +24
-5
lines changed
Expand file tree Collapse file tree 6 files changed +24
-5
lines changed Original file line number Diff line number Diff line change 11VERSION_MAJOR 1
2- VERSION_MINOR 2
2+ VERSION_MINOR 3
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.2 .0</version >
5+ <version >1.3 .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.2 .0</version >
5+ <version >1.3 .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.2 .0</version >
5+ <version >1.3 .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.2 .0' ,
19+ version = '1.3 .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,25 @@ The *Forthcoming* section includes those features added in `main` branch that ar
55
66## Forthcoming
77
8+ ## Version 1.3.0
9+
10+ This release includes the following ** Improvements** :
11+ * Add Arrow Up/Down feature to navigate Command History and Left/Right Arrow to edit command
12+ * Do not use CTRL+C to close the app, only use quit/exit
13+ * Switch between getchar() and _ getch() in windows when input is injected
14+ * Fix time utils time_t 64 bits in windows
15+
16+ This release includes the following ** CI improvements** :
17+ * Remove deprecated windows-2019 runner
18+
19+ This release includes the following ** dependencies update** :
20+
21+ | | Repository | Old Version | New Version |
22+ | ---| ---| ---| ---|
23+ | 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 ) |
24+ | Fast CDR | [ eProsima/Fast-CDR] ( https://github.com/eProsima/Fast-CDR ) | [ v2.3.0] ( https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0 ) | [ v2.3.0] ( https://github.com/eProsima/Fast-CDR/releases/tag/v2.3.0 ) |
25+ | Fast DDS | [ eProsima/Fast-DDS] ( https://github.com/eProsima/Fast-DDS ) | [ v3.2.2] ( https://github.com/eProsima/Fast-DDS/releases/tag/v3.2.2 ) | [ v3.3.0] ( https://github.com/eProsima/Fast-DDS/releases/tag/v3.3.0 ) |
26+
827## Version 1.2.0
928
1029This release includes the following ** Improvements** :
You can’t perform that action at this time.
0 commit comments