Skip to content
Snippets Groups Projects
Commit d8cf3907 authored by Simon McVittie's avatar Simon McVittie
Browse files

Release v0.20240726.0

parent 7a1e0486
No related branches found
No related tags found
No related merge requests found
Pipeline #96858 passed
steam-runtime-tools (0.20240726.0) UNRELEASED; urgency=medium
steam-runtime-tools (0.20240726.0) steamrt; urgency=medium
* all tools:
- Optionally prepend a priority level marker to each diagnostic message
- Optionally prepend a priority level marker to each diagnostic
message (steamrt/tasks#444)
* srt-logger:
- Add an early call to g_ascii_strtoull() to avoid an apparent
GLib bug (steamrt/tasks#481)
......@@ -12,7 +13,7 @@ steam-runtime-tools (0.20240726.0) UNRELEASED; urgency=medium
- Add test coverage for _srt_syslog_level_parse()
(steamrt/tasks#481)
-- Simon McVittie <smcv@collabora.com> Fri, 26 Jul 2024 13:57:08 +0100
-- Simon McVittie <smcv@collabora.com> Fri, 26 Jul 2024 15:18:01 +0100
steam-runtime-tools (0.20240725.0) steamrt; urgency=medium
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c',
version : '0.20240718.0',
version : '0.20240726.0',
default_options: [
'c_std=c99',
'warning_level=2',
......@@ -33,7 +33,7 @@ project(
api_major = '0'
abi_major = '0'
abi_minor = '20240718.0'
abi_minor = '20240726.0'
gnome = import('gnome')
pkg = import('pkgconfig')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment