From 6273b224d5d15a237f394faecdf32e6a0cf2e1dc Mon Sep 17 00:00:00 2001 From: Pavel Baksy Date: Thu, 15 Jan 2026 00:59:15 +0100 Subject: [PATCH] Bump version to 0.8.1 - Remove license note from app description - Update GNOME runtime to version 49 --- cz.bugsy.roster.flathub.json | 2 +- data/cz.bugsy.roster.metainfo.xml.in | 9 ++++++++- meson.build | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/cz.bugsy.roster.flathub.json b/cz.bugsy.roster.flathub.json index 5b5e3a3..ba0a78d 100644 --- a/cz.bugsy.roster.flathub.json +++ b/cz.bugsy.roster.flathub.json @@ -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": [ diff --git a/data/cz.bugsy.roster.metainfo.xml.in b/data/cz.bugsy.roster.metainfo.xml.in index 8766a81..717400e 100644 --- a/data/cz.bugsy.roster.metainfo.xml.in +++ b/data/cz.bugsy.roster.metainfo.xml.in @@ -8,7 +8,6 @@ HTTP client for API testing

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.

-

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.

@@ -42,6 +41,14 @@ + + +

Version 0.8.1 release

+
    +
  • Remove license note from app description
  • +
+
+

Version 0.8.0 release

diff --git a/meson.build b/meson.build index ed6f61c..3f5dc48 100644 --- a/meson.build +++ b/meson.build @@ -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', ], )