Skip to content

Commit f0b40fa

Browse files
committed
Preparing for 5.0.5
1 parent f2bb863 commit f0b40fa

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
@@ -90,6 +90,16 @@
9090
<url type="contribute">https://github.com/Jeffser/Alpaca/blob/main/CONTRIBUTING.md</url>
9191
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
9292
<releases>
93+
<release version="5.0.5" date="2025-02-25">
94+
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/5.0.5</url>
95+
<description>
96+
<p>New</p>
97+
<ul>
98+
<li>Dynamic chat loading</li>
99+
<li>Updated Ollama instance</li>
100+
</ul>
101+
</description>
102+
</release>
93103
<release version="5.0.1" date="2025-02-22">
94104
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/5.0.1</url>
95105
<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: '5.0.1',
2+
version: '5.0.5',
33
meson_version: '>= 0.62.0',
44
default_options: [ 'warning_level=2', 'werror=false', ],
55
)

0 commit comments

Comments
 (0)