From cc448a2fb8c5f775b8cdb58b620b502feb2cfeac Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 5 Sep 2019 15:03:34 +0200 Subject: [PATCH] Prepare 0.0.13 --- NEWS | 10 ++++++++++ meson.build | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index dd8d108..925635e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes in 0.0.13 +============================= + +* Drop PackageKit-command-not-found from the images +* Improve the help or usage output +* Simplify code by taking advantage of 'podman create --userns=keep-id' +* Simplify code by taking advantage of 'podman exec --workdir ...' +* Tighten the Silverblue check for the welcome message + + Overview of changes in 0.0.12 ============================= diff --git a/meson.build b/meson.build index 03919fc..6a5181e 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.12', + version: '0.0.13', license: 'ASL 2.0', meson_version: '>= 0.40.0', )