diff --git a/CHANGELOG.md b/CHANGELOG.md index ba0e21e..2b032fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 85d225f..14ad01d 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.8.6'; +our $VERSION = '1.0.0'; use English; use Getopt::Long;