diff --git a/debian/changelog b/debian/changelog index 7353f41c45dd9fb661de8179f2c3d3e9270ff842..88bbfc7dd219742c924e32640c5bbe0010f69e79 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,17 @@ -steam-runtime-tools (0.20200909.1) UNRELEASED; urgency=medium +steam-runtime-tools (0.20200914.0) UNRELEASED; urgency=medium + [ Simon McVittie ] * Combine steam-runtime-tools with pressure-vessel (T22909) + * inspect-library: Refactoring + * CI improvements + + [ Ludovico de Nittis ] + * steam: Do not report an issue if the Flatpak version of Steam is the + default URI handler + * wrap: Propagate even unchanged environment variables if running + in Flatpak - -- Simon McVittie <smcv@collabora.com> Wed, 09 Sep 2020 15:08:21 +0100 + -- Simon McVittie <smcv@collabora.com> Mon, 14 Sep 2020 14:19:23 +0100 pressure-vessel (0.20200909.0) scout; urgency=medium diff --git a/meson.build b/meson.build index 8db6c2acdb9f7152636e72dc85550b326377c07d..cb0900b7473a571563fbceef7d23bc0e3c01ca04 100644 --- a/meson.build +++ b/meson.build @@ -23,7 +23,7 @@ project( 'steam-runtime-tools', 'c', 'cpp', - version : '0.20200908.1', + version : '0.20200914.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 = '20200908.1' +abi_minor = '20200914.0' pkg = import('pkgconfig') gnome = import('gnome')