forked from josch/mmdebstrap
release 0.8.4
This commit is contained in:
parent
38a81e75bb
commit
070a9cecb7
2 changed files with 8 additions and 1 deletions
|
@ -1,3 +1,10 @@
|
||||||
|
0.8.4 (2022-02-11)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- tarfilter: add --strip-components option
|
||||||
|
- don't install essential packages in run_install()
|
||||||
|
- remove /var/lib/dbus/machine-id
|
||||||
|
|
||||||
0.8.3 (2022-01-08)
|
0.8.3 (2022-01-08)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.8.3';
|
our $VERSION = '0.8.4';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue