release 0.6.0

pull/1/head 0.6.0
parent c33ded3539
commit 6455cda34b
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,17 @@
0.6.0 (2020-01-16)
------------------
- allow multiple --architecture options
- allow multiple --include options
- enable parallel compression with xz by default
- add --man option
- add --keyring option overwriting apt's default keyring
- preserve extended attributes in tarball
- allow running tests on non-amd64 systems
- generate squashfs images if output file ends in .sqfs or .squashfs
- add --dry-run/--simulate options
- add taridshift tool
0.5.1 (2019-10-19)
------------------

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '0.5.1';
our $VERSION = '0.6.0';
use English;
use Getopt::Long;

Loading…
Cancel
Save