diff --git a/CHANGELOG.md b/CHANGELOG.md index 7824241..544356b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.2.2 (2022-10-27) +------------------ + + - allow /etc/apt/trusted.gpg.d/ not to exist + - always create /var/lib/dpkg/arch to make foreign architecture chrootless + tarballs bit-by-bit identical + - write an empty /etc/machine-id instead of writing 'uninitialized' + - only print progress bars on interactive terminals that are wide enough + 1.2.1 (2022-09-08) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 70dc7b1..fc22a00 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.2.1'; +our $VERSION = '1.2.2'; use English; use Getopt::Long;