Skip to content

Commit 83db9fd

Browse files
committed
Preparing version 2.0.1
1 parent 6cb49cf commit 83db9fd

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,17 @@
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.1" date="2024-09-11">
82+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.1</url>
83+
<description>
84+
<p>Fixes</p>
85+
<ul>
86+
<li>Fixed 'clear chat' option</li>
87+
<li>Fixed welcome dialog causing the local instance to not launch</li>
88+
<li>Fixed support for AMD GPUs</li>
89+
</ul>
90+
</description>
91+
</release>
8192
<release version="2.0.0" date="2024-09-01">
8293
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.0</url>
8394
<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.0',
2+
version: '2.0.1',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)