From 387872c6a35dab29f3a58d6b63b8b39ff163c5f9 Mon Sep 17 00:00:00 2001 From: Debarshi Ray Date: Sat, 27 Jun 2020 16:27:02 +0200 Subject: [PATCH] Prepare 0.0.91 --- NEWS | 12 +++++++++++- meson.build | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index ca484e29c..8bae31121 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,15 @@ +Overview of changes in 0.0.91 +============================= + +* Add gvfs-client to the fedora-toolbox images +* Adjust for changes in JSON output from 'podman ps' and 'podman images' in + Podman 2.0 +* Lower the Go build requirements to make it easier to build on Fedora +* Show an error if $PWD is missing inside the container + + Overview of changes in 0.0.90 -============================ +============================= * Rewrite Toolbox in Go * Remove support for toolbox containers created by Toolbox 0.0.9 and older diff --git a/meson.build b/meson.build index 782fb503b..9096474e2 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.90', + version: '0.0.91', license: 'ASL 2.0', meson_version: '>= 0.40.0', )