Release 1.5.1 Update Metainfo and use default build option

This commit is contained in:
heliguy
2024-03-08 12:40:28 -05:00
parent 776ac81bab
commit e5200fcce6
3 changed files with 11 additions and 2 deletions

View File

@@ -64,6 +64,15 @@
</screenshot>
</screenshots>
<releases>
<release version="1.5.1" date="2024-3-8" timestamp="1709919650">
<description translatable="no">
<p>Bug Fixes</p>
<ul>
<li>Fix issue causing Downgrage window to not be able to downgrade user installation Flatpaks</li>
<li>Fix the accidental removal of translations</li>
</ul>
</description>
</release>
<release version="1.5.0" date="2024-3-5" timestamp="1709694300">
<description translatable="no">
<p>New Features and Changes</p>

View File

@@ -44,7 +44,7 @@
"name" : "warehouse",
"builddir" : true,
"buildsystem" : "meson",
"config-opts": [ "-Dprofile=development" ],
"config-opts": [ "-Dprofile=default" ],
"sources" : [
{
"type" : "dir",

View File

@@ -1,5 +1,5 @@
project('warehouse',
version: '1.5.0',
version: '1.5.1',
meson_version: '>= 0.62.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)