Prepare 0.0.18

This commit is contained in:
Debarshi Ray 2020-01-14 15:47:45 +01:00
parent 8f4070224f
commit 7b460e390d
2 changed files with 10 additions and 1 deletions

9
NEWS
View file

@ -1,3 +1,12 @@
Overview of changes in 0.0.18
=============================
* Check /usr/share/profile.d when bind mounting toolbox.sh
* Mount /media only if it is available
* Set up /media and /mnt to match the host
* Unbreak 'enter' when SELinux is disabled
Overview of changes in 0.0.17
=============================

View file

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