diff --git a/NEWS b/NEWS index 10c89c5..84c21a6 100644 --- a/NEWS +++ b/NEWS @@ -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 ============================= diff --git a/meson.build b/meson.build index 3c0baa7..45b1457 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project( 'toolbox', - version: '0.0.92', + version: '0.0.93', license: 'ASL 2.0', meson_version: '>= 0.40.0', )