From 6b6b8b7afea24190d347a4b0a15f305282f444e1 Mon Sep 17 00:00:00 2001
From: Simon McVittie <smcv@collabora.com>
Date: Thu, 15 Apr 2021 20:25:21 +0100
Subject: [PATCH] Release v0.20210415.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 46a48a9cb..48af7b6fc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-steam-runtime-tools (0.20210414.0) UNRELEASED; urgency=medium
+steam-runtime-tools (0.20210415.0) scout; urgency=medium
 
   [ Ludovico de Nittis ]
   * pressure-vessel: Show a warning when attempting to bind /usr/* dirs
@@ -11,10 +11,11 @@ steam-runtime-tools (0.20210414.0) UNRELEASED; urgency=medium
   * pv-runtime: Don't set PulseAudio as default if it was not found,
     fixing a regression in 0.20210317.0 on systems that use plain ALSA
     (Helps: steam-runtime#344, steam-runtime#384)
+  * pv-runtime: Improve experimental Flatpak sub-sandboxing support
   * Update libglnx
   * pressure-vessel: Don't try to change file ownership when copying a tree
 
- -- Simon McVittie <smcv@collabora.com>  Wed, 14 Apr 2021 10:57:40 +0100
+ -- Simon McVittie <smcv@collabora.com>  Thu, 15 Apr 2021 20:25:04 +0100
 
 steam-runtime-tools (0.20210331.0) scout; urgency=medium
 
diff --git a/meson.build b/meson.build
index 56777d00d..6a82d66ac 100644
--- a/meson.build
+++ b/meson.build
@@ -23,7 +23,7 @@
 
 project(
   'steam-runtime-tools', 'c', 'cpp',
-  version : '0.20210331.0',
+  version : '0.20210415.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 = '20210331.0'
+abi_minor = '20210415.0'
 
 pkg = import('pkgconfig')
 gnome = import('gnome')
-- 
GitLab