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.
Version 0.8.1 release
+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', ], )