Skip to content

Commit 693c81b

Browse files
authored
Release 1.8.1 (#433)
* Docs(update): release log for 1.8.1 * Script(update): bump version
2 parents ce8d593 + c3c73b2 commit 693c81b

File tree

4 files changed

+21
-2
lines changed

4 files changed

+21
-2
lines changed

data/metainfo/srain.metainfo.xml.in.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@
5252
<content_rating type="oars-1.1"/>
5353

5454
<releases>
55+
<release version="1.8.1" date="2025-06-11">
56+
<url>https://srain.silverrainz.me/changelog.html#version-1-8-1</url>
57+
</release>
5558
<release version="1.8.0" date="2024-11-02">
5659
<url>https://srain.silverrainz.me/changelog.html#version-1-8-0</url>
5760
</release>

docs/changelog.rst

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,22 @@ Change Log
3232
- XXX
3333
3434
.. _version-latest:
35+
.. _version-1.8.1:
36+
37+
2025-06-11 Version 1.8.1
38+
========================
39+
40+
.. post:: 2025-06-11
41+
:category: Release
42+
43+
- Changes:
44+
45+
- Update metainfo, thanks to @yakushabb (:pull:`#429`)
46+
47+
- Bug fixes:
48+
49+
- Remove bool typedef in C23, thanks to @pastalian (:pull:`430`)
50+
3551
.. _version-1.8.0:
3652

3753
2024-11-02 Version 1.8.0

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
# built documents.
6363
#
6464
# The short X.Y version.
65-
version = '1.8.0'
65+
version = '1.8.1'
6666
# The full version, including alpha/beta/rc tags.
6767
release = version
6868

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
project(
66
'srain', 'c',
7-
version: '1.8.0',
7+
version: '1.8.1',
88
license: 'GPL3',
99
meson_version: '>= 0.47.0'
1010
)

0 commit comments

Comments
 (0)