From 548eca12e36478a2e46c2e723112df8615698a9d Mon Sep 17 00:00:00 2001 From: Emilio Cuesta Date: Thu, 24 Jul 2025 11:44:25 +0200 Subject: [PATCH 1/2] Bump version to v1.3.0 Signed-off-by: Emilio Cuesta --- VERSION | 2 +- cmake_utils/package.xml | 2 +- cpp_utils/package.xml | 2 +- py_utils/package.xml | 2 +- py_utils/setup.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/VERSION b/VERSION index 0b68c35..f3da0dc 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 1 -VERSION_MINOR 2 +VERSION_MINOR 3 VERSION_PATCH 0 diff --git a/cmake_utils/package.xml b/cmake_utils/package.xml index ab1f5a3..d86cfe2 100644 --- a/cmake_utils/package.xml +++ b/cmake_utils/package.xml @@ -2,7 +2,7 @@ cmake_utils - 1.2.0 + 1.3.0 *eprosima* CMake utils and macros. diff --git a/cpp_utils/package.xml b/cpp_utils/package.xml index 4882dbf..87ca296 100644 --- a/cpp_utils/package.xml +++ b/cpp_utils/package.xml @@ -2,7 +2,7 @@ cpp_utils - 1.2.0 + 1.3.0 *eprosima* Dev Utils Module is a C++ implementation for some generic utils methods and classes. diff --git a/py_utils/package.xml b/py_utils/package.xml index 55a4563..0e00680 100644 --- a/py_utils/package.xml +++ b/py_utils/package.xml @@ -2,7 +2,7 @@ py_utils - 1.2.0 + 1.3.0 *eprosima* Dev Utils Module is a Python implementation for some generic utils methods and classes. diff --git a/py_utils/setup.py b/py_utils/setup.py index 358efb8..4eff599 100644 --- a/py_utils/setup.py +++ b/py_utils/setup.py @@ -16,7 +16,7 @@ setup( name=package_name, - version='1.2.0', + version='1.3.0', packages=file_packages, long_description=long_description, data_files=[ From 9286609afd34cc14f987d61fdfadf9e199377118 Mon Sep 17 00:00:00 2001 From: Emilio Cuesta Date: Thu, 24 Jul 2025 15:35:30 +0200 Subject: [PATCH 2/2] Forgot to add versions.md Signed-off-by: Emilio Cuesta --- versions.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/versions.md b/versions.md index 1221f29..c8639a5 100644 --- a/versions.md +++ b/versions.md @@ -5,6 +5,25 @@ The *Forthcoming* section includes those features added in `main` branch that ar ## Forthcoming +## Version 1.3.0 + +This release includes the following **Improvements**: +* Add Arrow Up/Down feature to navigate Command History and Left/Right Arrow to edit command +* Do not use CTRL+C to close the app, only use quit/exit +* Switch between getchar() and _getch() in windows when input is injected +* Fix time utils time_t 64 bits in windows + +This release includes the following **CI improvements**: +* Remove deprecated windows-2019 runner + +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.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) | +| 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) | + ## Version 1.2.0 This release includes the following **Improvements**: