From 2a2867789d508f29191e718e25f8704cbd69246b Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Tue, 29 Oct 2019 16:09:44 +0100 Subject: [PATCH] Prepare 0.0.16 --- NEWS | 13 +++++++++++++ meson.build | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 1ad2207..e1b00c8 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,16 @@ +Overview of changes in 0.0.16 +============================= + +* Add a reset command +* Document requirements for distro support +* Don't use a toolbox container until after it has been configured +* Drop the coloured heading from 'list' +* Miscellaneous fixes to Bash completion +* Remove the hidden --sudo option and the /etc/sudoers.d snippet +* Try to migrate to a supported OCI runtime if 'podman start' suggests so +* Unbreak 'run' if container lacks files that are redirected to the host + + Overview of changes in 0.0.15 ============================= diff --git a/meson.build b/meson.build index b670e10..da90ebd 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.15', + version: '0.0.16', license: 'ASL 2.0', meson_version: '>= 0.40.0', )