Skip to content

Commit

Permalink
Prepare 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
debarshiray committed Feb 21, 2019
1 parent 0af7be0 commit 04a91d5
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
Overview of changes in 0.0.6
============================

* Add a list command
* Drop the "fedora" prefix and rename the project as just "toolbox"
* Fix typos pointed out by https://www.shellcheck.net/
* Lots of Bash-isms removed for POSIX correctness
* Make --container and --image command-specific options
* Make it work inside the toolbox container itself
* Shorten the prefix for debug and error messages
* Use the host's PID namespace for the toolbox container
* Use the standard error output for error messages


Overview of changes in 0.0.5
============================

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

0 comments on commit 04a91d5

Please sign in to comment.