From 00f7fccba1e9023828a9a60a48a77ef89fc69396 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Thu, 22 Jul 2021 17:40:10 +0100 Subject: [PATCH] Release v0.20210722.0 Signed-off-by: Simon McVittie <smcv@collabora.com> --- debian/changelog | 5 +++-- meson.build | 4 ++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/debian/changelog b/debian/changelog index 3b50b0d42..dff1b7a2e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -steam-runtime-tools (0.20210630.1) UNRELEASED; urgency=medium +steam-runtime-tools (0.20210722.0) scout; urgency=medium [ Ludovico de Nittis ] * pv-runtime: Share /usr/share/nvidia with container if NVIDIA driver @@ -7,6 +7,7 @@ steam-runtime-tools (0.20210630.1) UNRELEASED; urgency=medium (steam-runtime-tools#33, T28950) [ Simon McVittie ] + * pv-runtime: Fix startup regression on NixOS (steam-runtime#431) * pressure-vessel: Remove the concept of "locking" environment variables. This complexity is no longer necessary with the simplified compat-tool interface in the current stable version of Steam. @@ -14,7 +15,7 @@ steam-runtime-tools (0.20210630.1) UNRELEASED; urgency=medium * Add licensing information in REUSE format * CI/test improvements - -- Simon McVittie <smcv@collabora.com> Tue, 20 Jul 2021 18:03:02 +0100 + -- Simon McVittie <smcv@collabora.com> Thu, 22 Jul 2021 17:39:53 +0100 steam-runtime-tools (0.20210630.0) scout; urgency=medium diff --git a/meson.build b/meson.build index abaafde0d..7fada188c 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20210630.0', + version : '0.20210722.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 = '20210630.0' +abi_minor = '20210722.0' pkg = import('pkgconfig') gnome = import('gnome') -- GitLab