Prepare 0.0.93

This commit is contained in:
Debarshi Ray 2020-07-24 17:44:51 +02:00
parent 8168e0f58c
commit 238a678264
2 changed files with 16 additions and 1 deletions

15
NEWS
View file

@ -1,3 +1,18 @@
Overview of changes in 0.0.93
=============================
* Ensure reproducible builds by using the -trimpath build flag
* Fix the test suite to work with the Go implementation
* Make listing of containers and images more robust against changes in the JSON
returned by Podman
* List out dependencies and installation instructions
* Re-enable highlighting of running containers
* Show the spinner only when connected to a terminal
* Speed things up by caching the Podman version at runtime
* Update hint after creating a container to use the new syntax
* Use the correct verb format for string
Overview of changes in 0.0.92
=============================

View file

@ -1,6 +1,6 @@
project(
'toolbox',
version: '0.0.92',
version: '0.0.93',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)