release 0.4.0

pull/1/head 0.4.0
parent 48e34852a2
commit e3219a5c8f
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,17 @@
0.4.0 (2019-02-23)
------------------
- disable merged-usr
- add --verbose option that prints apt and dpkg output instead of progress
bars
- add --quiet/--silent options which print nothing on stderr
- add --debug option for even more output than with --verbose
- add some no-op options to make mmdebstrap a drop-in replacement for certain
debootstrap wrappers like sbuild-createchroot
- add --logfile option which outputs to a file what would otherwise be written
to stderr
- add --version option
0.3.0 (2018-11-21)
------------------

@ -15,7 +15,7 @@
use strict;
use warnings;
our $VERSION = '0.3.0';
our $VERSION = '0.4.0';
use English;
use Getopt::Long;

Loading…
Cancel
Save