Skip to content

Commit 91944d0

Browse files
committed
preparing for 8.4.3
1 parent 3fc5cf5 commit 91944d0

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
@@ -89,6 +89,15 @@
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="8.4.3" date="2025-11-28">
93+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/8.4.3</url>
94+
<description>
95+
<p>Fixes</p>
96+
<ul>
97+
<li>Fixed error with how default model and title model are saved in instances</li>
98+
</ul>
99+
</description>
100+
</release>
92101
<release version="8.4.2" date="2025-11-26">
93102
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/8.4.2</url>
94103
<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: '8.4.2',
2+
version: '8.4.3',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)