forked from josch/mmdebstrap
release 1.5.4
This commit is contained in:
parent
e4777d8fdf
commit
6617436d70
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
1.5.4 (2024-10-28)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
- do not generate apt sources.list entry if SUITE is empty
|
||||||
|
|
||||||
1.5.3 (2024-09-13)
|
1.5.3 (2024-09-13)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
use strict;
|
use strict;
|
||||||
use warnings;
|
use warnings;
|
||||||
|
|
||||||
our $VERSION = '1.5.3';
|
our $VERSION = '1.5.4';
|
||||||
|
|
||||||
use English;
|
use English;
|
||||||
use Getopt::Long;
|
use Getopt::Long;
|
||||||
|
|
Loading…
Reference in a new issue