Skip to content

Commit

Permalink
Prepare 0.0.93
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Jul 24, 2020
1 parent 8168e0f commit 238a678
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -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
=============================

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.92',
version: '0.0.93',
license: 'ASL 2.0',
meson_version: '>= 0.40.0',
)
Expand Down

0 comments on commit 238a678

Please sign in to comment.