Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion SilKit/cmake/SilKitVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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 "")

Expand Down
1 change: 1 addition & 0 deletions docs/changelog/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions docs/changelog/versions/5.0.5.md
Original file line number Diff line number Diff line change
@@ -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
21 changes: 2 additions & 19 deletions docs/changelog/versions/latest.md
Original file line number Diff line number Diff line change
@@ -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.
Loading