Skip to content

Commit 3f7446b

Browse files
SIL KitVDanielEdwards
authored andcommitted
version: bump to 5.0.5
Bump the version from 5.0.4 to 5.0.5 and add the changelog entry. Signed-off-by: Daniel Edwards <Daniel.Edwards@vector.com>
1 parent d43352b commit 3f7446b

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

docs/changelog/versions/5.0.4.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# [5.0.4] - 2026-03-27
2+
3+
This is a Quality Assured Release.
4+
5+
## Changed
6+
7+
- `docs`: removed 'Vector' prefix where SIL Kit is mentioned in multiple places
8+
9+
- `demos`: improved code quality
10+
11+
## Fixed
12+
13+
- `pubsub` / `rpc`: fix some edge cases when matching labels
14+
15+
- `lin`: fixed TX/RX behavior when controller is not operational
16+
17+
- `lin`: populate the `timestamp` field in `LinControllerStatusUpdate` message
18+
19+
- `config`: print proper error message for missing keys
20+
21+
- `netsim`: print error when network is not simulated
22+
23+
- `extensions`: load transitive dependencies from the extensions dir

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.4] - 2026-03-27
1+
# [5.0.5] - UNRELEASED
22

3-
This is a Quality Assured Release.
4-
5-
## Changed
6-
7-
- `docs`: removed 'Vector' prefix where SIL Kit is mentioned in multiple places
8-
9-
- `demos`: improved code quality
10-
11-
## Fixed
12-
13-
- `pubsub` / `rpc`: fix some edge cases when matching labels
14-
15-
- `lin`: fixed TX/RX behavior when controller is not operational
16-
17-
- `lin`: populate the `timestamp` field in `LinControllerStatusUpdate` message
18-
19-
- `config`: print proper error message for missing keys
20-
21-
- `netsim`: print error when network is not simulated
22-
23-
- `extensions`: load transitive dependencies from the extensions dir
3+
> This changelog entry is still empty.

0 commit comments

Comments
 (0)