diff --git a/NEWS b/NEWS index c49b1ba..e8bd85e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,13 @@ +Overview of changes in 0.0.4 +============================ + +* Avoid spooky root-like behaviour for non-root interactive shells +* Give access to the FUSE kernel module +* Improve the readability of the debug output +* Set up $HOME and /home to match the host +* Try to enter the same directory inside the toolbox + + Overview of changes in 0.0.3 ============================ diff --git a/meson.build b/meson.build index f5a37fe..d3b97b4 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'fedora-toolbox', - version: '0.0.3', + version: '0.0.4', license: 'ASL 2.0', meson_version: '>= 0.40.0', )