Bump version to 0.8.1

- Remove license note from app description
- Update GNOME runtime to version 49
This commit is contained in:
Pavel Baksy 2026-01-15 00:59:15 +01:00
parent 0091a2e170
commit 6273b224d5
3 changed files with 10 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{
"id": "cz.bugsy.roster",
"runtime": "org.gnome.Platform",
"runtime-version": "47",
"runtime-version": "49",
"sdk": "org.gnome.Sdk",
"command": "roster",
"finish-args": [

View File

@ -8,7 +8,6 @@
<summary>HTTP client for API testing</summary>
<description>
<p>Roster is a modern HTTP client for testing and debugging REST APIs. It provides a clean, GNOME-native interface for making HTTP requests and inspecting responses.</p>
<p>Note: Application-specific icons included with this project are licensed under CC-BY-SA-3.0. GNOME system icons are provided by the system and are not distributed with this application. All other components are licensed under GPL-3.0-or-later.</p>
</description>
<developer id="cz.bugsy">
@ -42,6 +41,14 @@
</screenshots>
<releases>
<release version="0.8.1" date="2026-01-15">
<description translate="no">
<p>Version 0.8.1 release</p>
<ul>
<li>Remove license note from app description</li>
</ul>
</description>
</release>
<release version="0.8.0" date="2026-01-15">
<description translate="no">
<p>Version 0.8.0 release</p>

View File

@ -1,5 +1,5 @@
project('roster',
version: '0.8.0',
version: '0.8.1',
meson_version: '>= 1.0.0',
default_options: [ 'warning_level=2', 'werror=false', ],
)