diff --git a/CHANGELOG.md b/CHANGELOG.md index 9573405..b52c630 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.1.0 (2022-07-26) +---------------- + + - mount a new /dev/pts instance into the chroot to make posix_openpt work + - adjust merged-/usr hook to work the same way as debootstrap + - add no-merged-usr hook + 1.0.1 (2022-05-29) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 18fe7d7..5db65bb 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '1.0.1'; +our $VERSION = '1.1.0'; use English; use Getopt::Long;