Skip to content

Commit

Permalink
-- release: update changelog and bump version to 4.0.42 (#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd authored and GitHub Enterprise committed Nov 29, 2023
1 parent 0953fe5 commit ab71b1f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion SilKit/cmake/SilKitVersion.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
macro(configure_silkit_version project_name)
set(SILKIT_VERSION_MAJOR 4)
set(SILKIT_VERSION_MINOR 0)
set(SILKIT_VERSION_PATCH 41)
set(SILKIT_VERSION_PATCH 42)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
8 changes: 8 additions & 0 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi

The format is based on `Keep a Changelog (http://keepachangelog.com/en/1.0.0/) <http://keepachangelog.com/en/1.0.0/>`_.

[4.0.42] - 2023-11-29
---------------------

Changed
~~~~~~~

- LIN Demo: Adapted the schedule of the LIN Master and disallowed sending while in wrong controller state.


[4.0.41] - 2023-11-28
---------------------
Expand Down

0 comments on commit ab71b1f

Please sign in to comment.