diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c98fe..4221e5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +1.4.1 (2024-01-09) +------------------ + + - set DPkg::Chroot-Directory in APT_CONFIG to simplify calling apt in hooks + - disallow running chrootless as root without fakeroot unless + --skip=check/chrootless is used + - only print short --help output if wrong args are passed + - read files passed as --aptopt and --dpkgopt outside the unshared namespace + 1.4.0 (2023-10-24) ------------------ diff --git a/mmdebstrap b/mmdebstrap index b315b76..fc74da8 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.4.0'; +our $VERSION = '1.4.1'; use English; use Getopt::Long;