We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a914ec commit 32c8428Copy full SHA for 32c8428
docs/_templates/layout.html
@@ -0,0 +1,14 @@
1
+{# SPDX-FileCopyrightText: 2025 Vector Informatik GmbH #}
2
+{# SPDX-License-Identifier: MIT #}
3
+
4
+{% extends "!layout.html" %}
5
+{% block sidebartitle %}
6
+ <a class="icon icon-home" href="contents.html">
7
+ Vector SIL Kit
8
+ </a>
9
+ <div class="version" style="margin-bottom: 0.5em;">
10
+ Version: {{ release }}
11
+ </div>
12
+ <br/>
13
+ {% include "searchbox.html" %}
14
+{% endblock %}
docs/changelog/versions/latest.md
@@ -1,4 +1,4 @@
-# [5.0.1] - UNRELEASED
+# [5.0.1] - 2025-08-07
## Fixed
-* build: Fix building SIL Kit from source
+* build: fix building from source of the SIL Kit Demos in the distribution packages
0 commit comments