diff --git a/VERSION b/VERSION index 233e1d2..4a74b73 100644 --- a/VERSION +++ b/VERSION @@ -1,3 +1,3 @@ VERSION_MAJOR 1 VERSION_MINOR 5 -VERSION_PATCH 1 +VERSION_PATCH 2 diff --git a/cmake_utils/package.xml b/cmake_utils/package.xml index 7a044e8..2190264 100644 --- a/cmake_utils/package.xml +++ b/cmake_utils/package.xml @@ -2,7 +2,7 @@ cmake_utils - 1.5.1 + 1.5.2 *eprosima* CMake utils and macros. diff --git a/cpp_utils/package.xml b/cpp_utils/package.xml index bbae194..2772cd4 100644 --- a/cpp_utils/package.xml +++ b/cpp_utils/package.xml @@ -2,7 +2,7 @@ cpp_utils - 1.5.1 + 1.5.2 *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 5934cfb..346fb92 100644 --- a/py_utils/package.xml +++ b/py_utils/package.xml @@ -2,7 +2,7 @@ py_utils - 1.5.1 + 1.5.2 *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 06a2d41..4a881aa 100644 --- a/py_utils/setup.py +++ b/py_utils/setup.py @@ -16,7 +16,7 @@ setup( name=package_name, - version='1.5.1', + version='1.5.2', packages=file_packages, long_description=long_description, data_files=[ diff --git a/versions.md b/versions.md index c51e604..4a5e33f 100644 --- a/versions.md +++ b/versions.md @@ -5,6 +5,20 @@ The *Forthcoming* section includes those features added in `main` branch that ar ## Forthcoming +## Version 1.5.2 + +This release will include the following **bugfixes**: +* Disable file watching on macOS and remove invalid InternalPtrData move +* Fix py-utils package version + +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.4.1](https://github.com/eProsima/foonathan_memory_vendor/releases/tag/v1.4.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.6.0](https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.0) | [v3.6.1](https://github.com/eProsima/Fast-DDS/releases/tag/v3.6.1) | + ## Version 1.5.1 This release includes the following **dependencies update**: