Preparing for 2.0.3

This commit is contained in:
jeffser 2024-09-17 19:03:48 -06:00
parent e398d55211
commit dd29077499
2 changed files with 12 additions and 1 deletions

View File

@ -78,6 +78,17 @@
<url type="contribute">https://github.com/Jeffser/Alpaca/discussions/154</url>
<url type="vcs-browser">https://github.com/Jeffser/Alpaca</url>
<releases>
<release version="2.0.3" date="2024-09-17">
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.2</url>
<description>
<p>Fixes</p>
<ul>
<li>Fixed spinner not hidding if the backend fails</li>
<li>Fixed image recognition with local images</li>
<li>Changed appearance of delete / stop model buttons</li>
</ul>
</description>
</release>
<release version="2.0.2" date="2024-09-11">
<url type="details">https://github.com/Jeffser/Alpaca/releases/tag/2.0.2</url>
<description>

View File

@ -1,5 +1,5 @@
project('Alpaca', 'c',
version: '2.0.2',
version: '2.0.3',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)