diff --git a/CHANGELOG.md b/CHANGELOG.md index 16bb7bc..3a72b71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +0.7.5 (2021-02-06) +------------------ + + - skip emulation check for extract variant + - add new suite name trixie + - unset TMPDIR in hooks because there is no value that works inside as well as + outside the chroot + - expose hook name to hooks via MMDEBSTRAP_HOOK environment variable + 0.7.4 (2021-01-16) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 22c6610..5e549e5 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.7.4'; +our $VERSION = '0.7.5'; use English; use Getopt::Long;