forked from josch/mmdebstrap
release 0.7.5
This commit is contained in:
parent
276363c2a1
commit
976cc9c1c4
2 changed files with 10 additions and 1 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '0.7.4';
|
||||
our $VERSION = '0.7.5';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue