release 1.0.0

debextract 1.0.0
parent 4c3fddcd54
commit 158956e213
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,13 @@
1.0.0 (2022-05-28)
------------------
- all documented interfaces are now considered stable
- allow file:// mirrors
- /var/cache/apt/archives/ is now allowed to contain *.deb packages
- add file-mirror-automount hook-dir
- set $MMDEBSTRAP_VERBOSITY in hooks
- rewrite coverage with multiple individual and skippable shell scripts
0.8.6 (2022-03-25)
------------------

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

Loading…
Cancel
Save