Skip to content

Commit 9f7308d

Browse files
committed
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 <Lukas.Becker@vector.com>
1 parent 16f1b39 commit 9f7308d

4 files changed

Lines changed: 24 additions & 20 deletions

File tree

SilKit/cmake/SilKitVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
macro(configure_silkit_version project_name)
1111
set(SILKIT_VERSION_MAJOR 5)
1212
set(SILKIT_VERSION_MINOR 0)
13-
set(SILKIT_VERSION_PATCH 5)
13+
set(SILKIT_VERSION_PATCH 6)
1414
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
1515
set(SILKIT_VERSION_SUFFIX "")
1616

docs/changelog/overview.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ versions page.
99
:glob:
1010

1111
versions/latest.md
12+
versions/5.0.5.md
1213
versions/5.0.4.md
1314
versions/5.0.3.md
1415
versions/5.0.2.md

docs/changelog/versions/5.0.5.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# [5.0.5] - 2026-05-21
2+
3+
## Fixed
4+
5+
- `lin`: fixed missing reception of the Go-To-Sleep frame by the master after `GoToSleep()` in detailed simulation
6+
7+
8+
## Changed
9+
10+
- `cmake`: merged almost all internal CMake `INTERFACE` libraries into `I_SilKit`
11+
- `third-party`: update `oatpp` to version 1.3.1
12+
- `docs`: update the supported platforms table
13+
- `docs`: Extend docs by available metrics
14+
- `docs`: Add missing related products
15+
- `quality`: following small improvements
16+
- add missing `#pragma once`
17+
- add `static` to some TU-local functions
18+
- add `inline` to some header-defined functions
19+
- remove an obsolete source file
20+
- adjust warning flags

docs/changelog/versions/latest.md

Lines changed: 2 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,3 @@
1-
# [5.0.5] - 2026-05-21
1+
# [5.0.6] - UNRELEASED
22

3-
## Fixed
4-
5-
- `lin`: fixed missing reception of the Go-To-Sleep frame by the master after `GoToSleep()` in detailed simulation
6-
7-
8-
## Changed
9-
10-
- `cmake`: merged almost all internal CMake `INTERFACE` libraries into `I_SilKit`
11-
- `third-party`: update `oatpp` to version 1.3.1
12-
- `docs`: update the supported platforms table
13-
- `docs`: Extend docs by available metrics
14-
- `docs`: Add missing related products
15-
- `quality`: following small improvements
16-
- add missing `#pragma once`
17-
- add `static` to some TU-local functions
18-
- add `inline` to some header-defined functions
19-
- remove an obsolete source file
20-
- adjust warning flags
3+
> This changelog entry is still empty.

0 commit comments

Comments
 (0)