From 9f7308da5ef9f071fbdcb728d0c5dca0c05210bb Mon Sep 17 00:00:00 2001 From: "Becker, Lukas" Date: Fri, 22 May 2026 09:59:13 +0200 Subject: [PATCH] version: bump to 5.0.6 Bump the version from 5.0.5 to 5.0.6 and add the changelog entry. Signed-off-by: Becker, Lukas --- SilKit/cmake/SilKitVersion.cmake | 2 +- docs/changelog/overview.rst | 1 + docs/changelog/versions/5.0.5.md | 20 ++++++++++++++++++++ docs/changelog/versions/latest.md | 21 ++------------------- 4 files changed, 24 insertions(+), 20 deletions(-) create mode 100644 docs/changelog/versions/5.0.5.md diff --git a/SilKit/cmake/SilKitVersion.cmake b/SilKit/cmake/SilKitVersion.cmake index b5ef5bd7d..9bebf9d56 100644 --- a/SilKit/cmake/SilKitVersion.cmake +++ b/SilKit/cmake/SilKitVersion.cmake @@ -10,7 +10,7 @@ macro(configure_silkit_version project_name) set(SILKIT_VERSION_MAJOR 5) set(SILKIT_VERSION_MINOR 0) - set(SILKIT_VERSION_PATCH 5) + set(SILKIT_VERSION_PATCH 6) set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number") set(SILKIT_VERSION_SUFFIX "") diff --git a/docs/changelog/overview.rst b/docs/changelog/overview.rst index 293223c56..6c52b2ff6 100644 --- a/docs/changelog/overview.rst +++ b/docs/changelog/overview.rst @@ -9,6 +9,7 @@ versions page. :glob: versions/latest.md + versions/5.0.5.md versions/5.0.4.md versions/5.0.3.md versions/5.0.2.md diff --git a/docs/changelog/versions/5.0.5.md b/docs/changelog/versions/5.0.5.md new file mode 100644 index 000000000..c4914fcf2 --- /dev/null +++ b/docs/changelog/versions/5.0.5.md @@ -0,0 +1,20 @@ +# [5.0.5] - 2026-05-21 + +## Fixed + +- `lin`: fixed missing reception of the Go-To-Sleep frame by the master after `GoToSleep()` in detailed simulation + + +## Changed + +- `cmake`: merged almost all internal CMake `INTERFACE` libraries into `I_SilKit` +- `third-party`: update `oatpp` to version 1.3.1 +- `docs`: update the supported platforms table +- `docs`: Extend docs by available metrics +- `docs`: Add missing related products +- `quality`: following small improvements + - add missing `#pragma once` + - add `static` to some TU-local functions + - add `inline` to some header-defined functions + - remove an obsolete source file + - adjust warning flags diff --git a/docs/changelog/versions/latest.md b/docs/changelog/versions/latest.md index c4914fcf2..e8e8cae5c 100644 --- a/docs/changelog/versions/latest.md +++ b/docs/changelog/versions/latest.md @@ -1,20 +1,3 @@ -# [5.0.5] - 2026-05-21 +# [5.0.6] - UNRELEASED -## Fixed - -- `lin`: fixed missing reception of the Go-To-Sleep frame by the master after `GoToSleep()` in detailed simulation - - -## Changed - -- `cmake`: merged almost all internal CMake `INTERFACE` libraries into `I_SilKit` -- `third-party`: update `oatpp` to version 1.3.1 -- `docs`: update the supported platforms table -- `docs`: Extend docs by available metrics -- `docs`: Add missing related products -- `quality`: following small improvements - - add missing `#pragma once` - - add `static` to some TU-local functions - - add `inline` to some header-defined functions - - remove an obsolete source file - - adjust warning flags +> This changelog entry is still empty. \ No newline at end of file