Skip to content

Commit 04a91d5

Browse files
committed
Prepare 0.0.6
1 parent 0af7be0 commit 04a91d5

2 files changed

Lines changed: 15 additions & 1 deletion

File tree

NEWS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
Overview of changes in 0.0.6
2+
============================
3+
4+
* Add a list command
5+
* Drop the "fedora" prefix and rename the project as just "toolbox"
6+
* Fix typos pointed out by https://www.shellcheck.net/
7+
* Lots of Bash-isms removed for POSIX correctness
8+
* Make --container and --image command-specific options
9+
* Make it work inside the toolbox container itself
10+
* Shorten the prefix for debug and error messages
11+
* Use the host's PID namespace for the toolbox container
12+
* Use the standard error output for error messages
13+
14+
115
Overview of changes in 0.0.5
216
============================
317

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project(
22
'toolbox',
3-
version: '0.0.5',
3+
version: '0.0.6',
44
license: 'ASL 2.0',
55
meson_version: '>= 0.40.0',
66
)

0 commit comments

Comments
 (0)