File tree Expand file tree Collapse file tree 4 files changed +27
-23
lines changed
Expand file tree Collapse file tree 4 files changed +27
-23
lines changed Original file line number Diff line number Diff line change 1010macro (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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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.
You can’t perform that action at this time.
0 commit comments