forked from josch/mmdebstrap
release 1.5.0
This commit is contained in:
parent
eed6a86480
commit
e3eafd0009
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
1.5.0 (2024-05-14)
|
||||
------------------
|
||||
|
||||
- add --format=ext4
|
||||
|
||||
1.4.3 (2024-02-01)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.4.3';
|
||||
our $VERSION = '1.5.0';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue