Prepare 0.0.16

This commit is contained in:
Debarshi Ray 2019-10-29 16:09:44 +01:00
parent 2e7ba83be2
commit 2a2867789d
2 changed files with 14 additions and 1 deletions

13
NEWS
View file

@ -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
=============================

View file

@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.15',
version: '0.0.16',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)