bump: 0.2.4
All checks were successful
Build / Flatpak (x86_64) (push) Successful in 21m40s

This commit is contained in:
0xMRTT 2023-06-16 23:20:11 +02:00
parent e72f68c9b3
commit cb8ebad771
Signed by: 0xMRTT
GPG Key ID: 910B287304120902
2 changed files with 10 additions and 1 deletions

View File

@ -65,6 +65,15 @@
</keywords> </keywords>
<releases> <releases>
<release version="0.2.4" date="2023-6-16" type="stable">
<description>
<p>New UI</p>
<p>Faster BaiChat</p>
<p>Fix some bugs</p>
<p>Update translations</p>
<p>Add better error handling</p>
</description>
</release>
<release version="0.2.3" date="2023-5-21" type="stable"> <release version="0.2.3" date="2023-5-21" type="stable">
<description> <description>
<p>Add the ability to use local model</p> <p>Add the ability to use local model</p>

View File

@ -1,5 +1,5 @@
project('bavarder', project('bavarder',
version: '0.2.3', version: '0.2.4',
meson_version: '>= 0.62.0', meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ], default_options: [ 'warning_level=2', 'werror=false', ],
) )