Skip to content

Commit 406c795

Browse files
KonradBreitsprecherBkdGitHub Enterprise
authored andcommitted
-- release: update changelog and bump version to 4.0.45 (#754)
1 parent 3782c14 commit 406c795

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

SilKit/cmake/SilKitVersion.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
macro(configure_silkit_version project_name)
2828
set(SILKIT_VERSION_MAJOR 4)
2929
set(SILKIT_VERSION_MINOR 0)
30-
set(SILKIT_VERSION_PATCH 44)
30+
set(SILKIT_VERSION_PATCH 45)
3131
set(SILKIT_BUILD_NUMBER 0 CACHE STRING "The build number")
3232
set(SILKIT_VERSION_SUFFIX "")
3333

docs/CHANGELOG.rst

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,15 @@ All notable changes to the Vector SIL Kit project shall be documented in this fi
66

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

9-
[4.0.45] - Unreleased
9+
[4.0.45] - 2024-02-06
1010
---------------------
1111

12+
Fixed
13+
~~~~~
14+
15+
- Registry failed to start correctly, if the dashboard is enabled, but the registry is letting the
16+
system determine the listening port, e.g., when using a URI like ``silkit://localhost:0``.
17+
1218
Changed
1319
~~~~~~~
1420

@@ -20,15 +26,6 @@ Added
2026

2127
- RPC usage example with lifecycle
2228

23-
[4.0.45] - UNRELEASED
24-
---------------------
25-
26-
Fixed
27-
~~~~~
28-
29-
- Registry failed to start correctly, if the dashboard is enabled, but the registry is letting the
30-
system determine the listening port, e.g., when using a URI like ``silkit://localhost:0``.
31-
3229
- Windows: Utilities and demos are now compiled with a manifest that sets the active codepage to UTF-8.
3330
The required commands to change the output codepage of the Windows console in ``cmd`` or PowerShell
3431
are documented in a new FAQ entry.

0 commit comments

Comments
 (0)