diff --git a/NEWS b/NEWS index b5955cda8..ebf15699d 100644 --- a/NEWS +++ b/NEWS @@ -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 ============================= diff --git a/meson.build b/meson.build index 96bb01ba3..80e294515 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.17', + version: '0.0.18', license: 'ASL 2.0', meson_version: '>= 0.40.0', )