Skip to content

Commit 22116b0

Browse files
committed
Preparing for 2.0.6
1 parent 03d92de commit 22116b0

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

data/com.jeffser.Alpaca.metainfo.xml.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,15 @@
7878
<url type="contribute">https://github.com/Jeffser/Alpaca/discussions/154</url>
7979
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
8080
<releases>
81+
<release version="2.0.6" date="2024-09-29">
82+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.6</url>
83+
<description>
84+
<p>Fixes</p>
85+
<ul>
86+
<li>Fixed message notification sometimes crashing text rendering because of them running on different threads</li>
87+
</ul>
88+
</description>
89+
</release>
8190
<release version="2.0.5" date="2024-09-25">
8291
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.5</url>
8392
<description>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('Alpaca', 'c',
2-
version: '2.0.5',
2+
version: '2.0.6',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)