diff --git a/VERSION b/VERSION index 2165f8f9b6..e01025862f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.4 +2.0.5 diff --git a/cmake/package/package.cmake b/cmake/package/package.cmake index 6ba9bbe3c9..326763cbbf 100644 --- a/cmake/package/package.cmake +++ b/cmake/package/package.cmake @@ -14,7 +14,7 @@ # # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") project(iceoryx_package VERSION ${IOX_VERSION_STRING}) diff --git a/doc/aspice_swe3_4/CMakeLists.txt b/doc/aspice_swe3_4/CMakeLists.txt index fddf629295..528d0c3f7f 100644 --- a/doc/aspice_swe3_4/CMakeLists.txt +++ b/doc/aspice_swe3_4/CMakeLists.txt @@ -16,7 +16,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") project(iceoryx_doc VERSION ${IOX_VERSION_STRING}) diff --git a/doc/website/release-notes/.pages b/doc/website/release-notes/.pages index 997e2243d6..4a40727951 100644 --- a/doc/website/release-notes/.pages +++ b/doc/website/release-notes/.pages @@ -1,4 +1,5 @@ nav: + - iceoryx-v2-0-5.md - iceoryx-v2-0-4.md - iceoryx-v2-0-3.md - iceoryx-v2-0-2.md diff --git a/doc/website/release-notes/iceoryx-v2-0-4.md b/doc/website/release-notes/iceoryx-v2-0-4.md index 0cec2cb7ed..1e30b0d848 100644 --- a/doc/website/release-notes/iceoryx-v2-0-4.md +++ b/doc/website/release-notes/iceoryx-v2-0-4.md @@ -1,6 +1,6 @@ # iceoryx v2.0.4 -## [v2.0.4](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.4) (2023-11-xx) +## [v2.0.4](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.4) (2023-11-27) [Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.3...v2.0.4) diff --git a/doc/website/release-notes/iceoryx-v2-0-5.md b/doc/website/release-notes/iceoryx-v2-0-5.md new file mode 100644 index 0000000000..34e1979c4b --- /dev/null +++ b/doc/website/release-notes/iceoryx-v2-0-5.md @@ -0,0 +1,9 @@ +# iceoryx v2.0.5 + +## [v2.0.5](https://github.com/eclipse-iceoryx/iceoryx/tree/v2.0.5) (2023-11-30) + +[Full Changelog](https://github.com/eclipse-iceoryx/iceoryx/compare/v2.0.4...v2.0.5) + +**Bugfixes:** + +- Fix ROS 2 RHEL build [\#2099](https://github.com/eclipse-iceoryx/iceoryx/issues/2099) diff --git a/iceoryx_binding_c/CMakeLists.txt b/iceoryx_binding_c/CMakeLists.txt index 9fe4a3d420..048a6ea5a8 100644 --- a/iceoryx_binding_c/CMakeLists.txt +++ b/iceoryx_binding_c/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") diff --git a/iceoryx_binding_c/package.xml b/iceoryx_binding_c/package.xml index 735ebad30a..8e316542b5 100644 --- a/iceoryx_binding_c/package.xml +++ b/iceoryx_binding_c/package.xml @@ -2,7 +2,7 @@ iceoryx_binding_c - 2.0.4 + 2.0.5 Eclipse iceoryx inter-process-communication (IPC) middleware C-Language Binding Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_dds/CMakeLists.txt b/iceoryx_dds/CMakeLists.txt index 968ae5295e..ae1f9f83f3 100644 --- a/iceoryx_dds/CMakeLists.txt +++ b/iceoryx_dds/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") project(iceoryx_dds VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_hoofs/CMakeLists.txt b/iceoryx_hoofs/CMakeLists.txt index 8f2c4aff21..8afdbb5e88 100644 --- a/iceoryx_hoofs/CMakeLists.txt +++ b/iceoryx_hoofs/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") project(iceoryx_hoofs VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_hoofs/package.xml b/iceoryx_hoofs/package.xml index d436f9b4fa..bb1132d3f8 100644 --- a/iceoryx_hoofs/package.xml +++ b/iceoryx_hoofs/package.xml @@ -2,7 +2,7 @@ iceoryx_hoofs - 2.0.4 + 2.0.5 Eclipse iceoryx inter-process-communication (IPC) middleware basic building blocks Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_integrationtest/package.xml b/iceoryx_integrationtest/package.xml index aadb7e719b..0053f9686b 100644 --- a/iceoryx_integrationtest/package.xml +++ b/iceoryx_integrationtest/package.xml @@ -2,7 +2,7 @@ iceoryx_integrationtest - 2.0.4 + 2.0.5 iceoryx Software Integrationtest Eclipse Foundation, Inc. Apache 2.0 diff --git a/iceoryx_posh/CMakeLists.txt b/iceoryx_posh/CMakeLists.txt index f1513f2fec..57e84cdd0e 100644 --- a/iceoryx_posh/CMakeLists.txt +++ b/iceoryx_posh/CMakeLists.txt @@ -16,7 +16,7 @@ # SPDX-License-Identifier: Apache-2.0 cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") project(iceoryx_posh VERSION ${IOX_VERSION_STRING}) diff --git a/iceoryx_posh/package.xml b/iceoryx_posh/package.xml index 896ad8e67d..9888ed0ef6 100644 --- a/iceoryx_posh/package.xml +++ b/iceoryx_posh/package.xml @@ -2,7 +2,7 @@ iceoryx_posh - 2.0.4 + 2.0.5 Eclipse iceoryx inter-process-communication (IPC) middleware Posix Shared Memory Library and middleware daemon (RouDi) Eclipse Foundation, Inc. Apache 2.0 diff --git a/tools/introspection/CMakeLists.txt b/tools/introspection/CMakeLists.txt index 6250972329..7072710823 100644 --- a/tools/introspection/CMakeLists.txt +++ b/tools/introspection/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.16) -set(IOX_VERSION_STRING "2.0.4") +set(IOX_VERSION_STRING "2.0.5") project(iceoryx_introspection VERSION ${IOX_VERSION_STRING}) diff --git a/tools/introspection/package.xml b/tools/introspection/package.xml index 49d7be36bb..3ce0b4f1ee 100644 --- a/tools/introspection/package.xml +++ b/tools/introspection/package.xml @@ -2,7 +2,7 @@ iceoryx_introspection - 2.0.4 + 2.0.5 Eclipse iceoryx inter-process-communication (IPC) middleware introspection client Eclipse Foundation, Inc. Apache 2.0