release 0.7.5

This commit is contained in:
Johannes Schauer Marin Rodrigues 2021-02-06 14:40:15 +01:00
parent 276363c2a1
commit 976cc9c1c4
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 10 additions and 1 deletions

View file

@ -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)
------------------

View file

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '0.7.4';
our $VERSION = '0.7.5';
use English;
use Getopt::Long;