forked from josch/mmdebstrap
release 0.4.1
This commit is contained in:
parent
016cac22f8
commit
6d774a3d92
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
0.4.1 (2019-03-01)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- re-enable fakechroot mode testing
|
||||||
|
- disable apt sandboxing if necessary
|
||||||
|
- keep apt and dpkg lock files
|
||||||
|
|
||||||
0.4.0 (2019-02-23)
|
0.4.0 (2019-02-23)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.4.0';
|
our $VERSION = '0.4.1';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue