Skip to content

Commit

Permalink
Prepare 0.0.91
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jun 27, 2020
1 parent dad7e99 commit 387872c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
12 changes: 11 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.90',
version: '0.0.91',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
Expand Down

0 comments on commit 387872c

Please sign in to comment.