diff --git a/NEWS b/NEWS index cbcbb24..dd8d108 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in 0.0.12 +============================= + +* Create /run/.toolboxenv inside the toolbox container's entry point too +* Don't use 'podman cp' to copy toolbox.sh to old containers +* Drop the "immutable" term +* Unbreak /etc/localtime & /etc/timezone if /run/host/monitor is absent + + Overview of changes in 0.0.11 ============================= diff --git a/meson.build b/meson.build index b29c18b..03919fc 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.11', + version: '0.0.12', license: 'ASL 2.0', meson_version: '>= 0.40.0', )