Skip to content

Commit c6a77fa

Browse files
version: bump to 5.0.4 (#296)
Bump the version from 5.0.3 to 5.0.4 and add the changelog entry. Signed-off-by: Daniel Edwards <Daniel.Edwards@vector.com>
1 parent fd3777f commit c6a77fa

File tree

4 files changed

+27
-23
lines changed

4 files changed

+27
-23
lines changed

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 3)
13+
set(SILKIT_VERSION_PATCH 4)
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.3.md
1213
versions/5.0.2.md
1314
versions/5.0.1.md
1415
versions/5.0.0.md

docs/changelog/versions/5.0.3.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# [5.0.3] - 2026-02-12
2+
3+
## Fixed
4+
5+
- `sil-kit-registry`: fixed crash whith enabled dashboard
6+
7+
- `sil-kit-registry`: allow configuration of the listen URI, when used as Windows system service
8+
9+
- `cmake`: demo and utility `RPATH`s are now set to match the install hierarchy on all systems
10+
11+
- `cmake`: use `CMAKE_POLICY_VERSION_MINIMUM` since `oatpp` uses an outdated `cmake` version
12+
13+
## Changed
14+
15+
- `sil-kit-registry`: stop force-disabling the dashboard when building Linux packages
16+
17+
## Added
18+
19+
- `docs`: added description of handling of CAN message sizes
20+
21+
- `cmake`: added explicit build options to QNX presets
22+
23+
- `flexray`: add second keyslot parameters to the FlexRay node parameters

docs/changelog/versions/latest.md

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,3 @@
1-
# [5.0.3] - 2026-02-12
1+
# [5.0.4] - UNRELEASED
22

3-
## Fixed
4-
5-
- `sil-kit-registry`: fixed crash whith enabled dashboard
6-
7-
- `sil-kit-registry`: allow configuration of the listen URI, when used as Windows system service
8-
9-
- `cmake`: demo and utility `RPATH`s are now set to match the install hierarchy on all systems
10-
11-
- `cmake`: use `CMAKE_POLICY_VERSION_MINIMUM` since `oatpp` uses an outdated `cmake` version
12-
13-
## Changed
14-
15-
- `sil-kit-registry`: stop force-disabling the dashboard when building Linux packages
16-
17-
## Added
18-
19-
- `docs`: added description of handling of CAN message sizes
20-
21-
- `cmake`: added explicit build options to QNX presets
22-
23-
- `flexray`: add second keyslot parameters to the FlexRay node parameters
3+
> This changelog entry is still empty.

0 commit comments

Comments
 (0)