forked from josch/mmdebstrap
release 0.8.2
This commit is contained in:
parent
7501708aaf
commit
5d8943b739
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
0.8.2 (2021-12-14)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- use apt patterns to select priority variants (requires apt >= 2.3.10)
|
||||||
|
|
||||||
0.8.1 (2021-10-07)
|
0.8.1 (2021-10-07)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '0.8.1';
|
our $VERSION = '0.8.2';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue