Skip to content

Commit 32c8428

Browse files
authored
update changelog date (#250)
* update changelog date * docs: fix version number on theme
1 parent 1a914ec commit 32c8428

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

docs/_templates/layout.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# [5.0.1] - UNRELEASED
1+
# [5.0.1] - 2025-08-07
22

33
## Fixed
4-
* build: Fix building SIL Kit from source
4+
* build: fix building from source of the SIL Kit Demos in the distribution packages

0 commit comments

Comments
 (0)