Skip to content

Commit

Permalink
-- release: update changelog and bump version to 4.0.38 (#704)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd authored and GitHub Enterprise committed Nov 2, 2023
1 parent 5f550a9 commit d700dbf
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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 37)
set(SILKIT_VERSION_PATCH 38)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
17 changes: 8 additions & 9 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ 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.39] -

[4.0.38] - 2023-11-02
---------------------

Fixed
Expand All @@ -15,19 +16,17 @@ Fixed
- The dashboard now handles AbortSimulation.
- The dashboard resolves the registry IP address if needed.

[4.0.38] - 2023-09-19
---------------------

Changed
~~~~~~~

- Reworked the documentation on Participant Configuration

Added
~~~~~

- Reintroduced build requirements to documentation
- Documentation for Includes section in Participant Configuration


Changed
~~~~~~~

- Consolidate SIL Kit tests into four executables


[4.0.37] - 2023-10-17
Expand Down

0 comments on commit d700dbf

Please sign in to comment.