From dd4829a33c0a70f47dd1df504c8c5192fa78f843 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Thu, 7 Jan 2021 20:17:06 +0100 Subject: [PATCH] Prepare 0.0.98.1 --- NEWS | 9 +++++++++ meson.build | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 09ae7f5..fbe822d 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,12 @@ +Overview of changes in 0.0.98.1 +=============================== + +* Pass the USER environment variable to the container +* Make /etc/profile.d/toolbox.sh compatible with Z shell again +* Update the manual to mention that the --image and --release options of + 'create' can't be used together + + Overview of changes in 0.0.98 ============================= diff --git a/meson.build b/meson.build index 41b8f64..8948af1 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'toolbox', 'c', - version: '0.0.98', + version: '0.0.98.1', license: 'ASL 2.0', meson_version: '>= 0.40.0', )