Skip to content

Commit

Permalink
-- release: update changelog and bump version to 4.0.45 (#754)
Browse files Browse the repository at this point in the history
  • Loading branch information
KonradBkd authored and GitHub Enterprise committed Feb 6, 2024
1 parent 3782c14 commit 406c795
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 11 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 44)
set(SILKIT_VERSION_PATCH 45)
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
set(SILKIT_VERSION_SUFFIX "")

Expand Down
17 changes: 7 additions & 10 deletions docs/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,15 @@ 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.45] - Unreleased
[4.0.45] - 2024-02-06
---------------------

Fixed
~~~~~

- Registry failed to start correctly, if the dashboard is enabled, but the registry is letting the
system determine the listening port, e.g., when using a URI like ``silkit://localhost:0``.

Changed
~~~~~~~

Expand All @@ -20,15 +26,6 @@ Added

- RPC usage example with lifecycle

[4.0.45] - UNRELEASED
---------------------

Fixed
~~~~~

- Registry failed to start correctly, if the dashboard is enabled, but the registry is letting the
system determine the listening port, e.g., when using a URI like ``silkit://localhost:0``.

- Windows: Utilities and demos are now compiled with a manifest that sets the active codepage to UTF-8.
The required commands to change the output codepage of the Windows console in ``cmd`` or PowerShell
are documented in a new FAQ entry.
Expand Down

0 comments on commit 406c795

Please sign in to comment.