Prepare 0.0.6
This commit is contained in:
parent
0af7be08a9
commit
04a91d5189
2 changed files with 15 additions and 1 deletions
14
NEWS
14
NEWS
|
@ -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
|
||||
============================
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
project(
|
||||
'toolbox',
|
||||
version: '0.0.5',
|
||||
version: '0.0.6',
|
||||
license: 'ASL 2.0',
|
||||
meson_version: '>= 0.40.0',
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue