forked from josch/mmdebstrap
release 0.8.6
This commit is contained in:
parent
70b081d299
commit
57e0ecb20f
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
0.8.6 (2022-03-25)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- allow running root mode inside unshare mode
|
||||||
|
|
||||||
0.8.5 (2022-03-07)
|
0.8.5 (2022-03-07)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.8.5';
|
our $VERSION = '0.8.6';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue