release 1.5.5
This commit is contained in:
parent
403ac24184
commit
b6a2a210a3
2 changed files with 7 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
1.5.5 (2025-01-09)
|
||||
------------------
|
||||
|
||||
- do not run dpkg-preconfigure via DPkg::Pre-Install-Pkgs hook
|
||||
- m-a-b-q: support passing args to mmdebstrap
|
||||
|
||||
1.5.4 (2024-10-28)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.5.4';
|
||||
our $VERSION = '1.5.5';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue