forked from josch/mmdebstrap
release 1.3.4
This commit is contained in:
parent
8db443a6c4
commit
9710ee16a0
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
1.3.4 (2023-03-16)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- more safeguards before automatically choosing unshare mode
|
||||||
|
|
||||||
1.3.3 (2023-02-19)
|
1.3.3 (2023-02-19)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.3.3';
|
our $VERSION = '1.3.4';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue