Skip to content

Commit cd742d1

Browse files
committed
preparing for 9.2.2
1 parent 3333ea7 commit cd742d1

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@
8989
<url type="contribute">https://github.com/Jeffser/Alpaca/blob/main/CONTRIBUTING.md</url>
9090
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
9191
<releases>
92+
<release version="9.2.2" date="2026-03-19">
93+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/9.2.2</url>
94+
<description>
95+
<p>Fixes</p>
96+
<ul>
97+
<li>Fixed GGUF importing</li>
98+
<li>Fixed last line of message not being saved sometimes</li>
99+
</ul>
100+
</description>
101+
</release>
92102
<release version="9.2.1" date="2026-03-03">
93103
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/9.2.1</url>
94104
<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: '9.2.1',
2+
version: '9.2.2',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)