bump: 0.2.1

This commit is contained in:
0xMRTT 2023-05-18 16:08:20 +02:00
parent f818bd4b50
commit b301d3302a
Signed by: 0xMRTT
GPG Key ID: 19C1449A774028BD
2 changed files with 17 additions and 2 deletions

View File

@ -52,7 +52,22 @@
</keywords>
<releases>
<release version="0.2.0" date="2023-5-13" type="stable">
<release version="0.2.1" date="2023-5-18" type="stable">
<description>
<p>Unlimited Image Generation Power</p>
<ul>
<li>Add custom provider (Hugging Face)</li>
<li>Fix portrait plus provider </li>
<li>Fix the ability to save credentials</li>
<li>Improve the UI</li>
<li>Rework the loading mechanism</li>
<li>Move the provider selector to the menu</li>
<li>Fix some bugs</li>
<li>Update translations</li>
</ul>
</description>
</release>
<release version="0.2.0" date="2023-5-13" type="stable">
<description>
<p>Imaginer X Bavarder</p>
<ul>

View File

@ -1,5 +1,5 @@
project('imaginer',
version: '0.2.0',
version: '0.2.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)