Skip to content

Commit

Permalink
-- update changelog and bump version to 4.0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
VDanielEdwards committed Oct 19, 2022
1 parent c06b93f commit d552d1b
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
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 8)
set(SILKIT_VERSION_PATCH 9)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
17 changes: 15 additions & 2 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,27 @@ 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.9] - unreleased
[4.0.9] - 2022-10-19
--------------------

Added
~~~~~~~
~~~~~

- The LinDemo, PubSubDemo, and RpcDemo now allow using ``--async`` cli flag for unsynchronized execution.

Fixed
~~~~~

- C-API:

- Data race on static variable

- Setting the direction field of the ``CanFrameEvent``

- Initialize the struct header of the embedded ``CanFrame`` structure in the ``CanFrameEvent``

- Immediate shutdown of the asynchronous mode of the LIN demo


[4.0.8] - 2022-10-07
--------------------
Expand Down

0 comments on commit d552d1b

Please sign in to comment.