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

Release v0.20210608.0

parent fb9af185
No related branches found
Tags v0.20210608.0
No related merge requests found
Pipeline #13990 canceled
steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium
steam-runtime-tools (0.20210608.0) scout; urgency=medium
[ Simon McVittie ]
* pressure-vessel: Build capsule-capture-libs from a bundled copy of
......@@ -13,6 +13,7 @@ steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium
* system-info: Show /overrides even if in scout runtime.
This is helpful if we're stacking the scout runtime onto the soldier
runtime (T18668): both pinned_libs_* and overrides are relevant there.
* CI: Upload a pressure-vessel binary release for each tag (T28526)
[ Ludovico de Nittis ]
* system-info: Use a more compact output for overrides and pinned
......@@ -26,7 +27,7 @@ steam-runtime-tools (0.20210518.1) UNRELEASED; urgency=medium
* pv-wrap: Adjust Flatpak libshared-library-guard configuration path
(T27444)
-- Simon McVittie <smcv@collabora.com> Fri, 04 Jun 2021 18:51:10 +0100
-- Simon McVittie <smcv@collabora.com> Tue, 08 Jun 2021 16:06:58 +0100
steam-runtime-tools (0.20210518.0) scout; urgency=medium
......
......@@ -23,7 +23,7 @@
project(
'steam-runtime-tools', 'c', 'cpp',
version : '0.20210518.0',
version : '0.20210608.0',
default_options: [
'c_std=c99',
'cpp_std=c++11',
......@@ -35,7 +35,7 @@ add_languages('cpp')
api_major = '0'
abi_major = '0'
abi_minor = '20210518.0'
abi_minor = '20210608.0'
pkg = import('pkgconfig')
gnome = import('gnome')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment