release 1.5.5

This commit is contained in:
Johannes Schauer Marin Rodrigues 2025-01-09 22:02:01 +01:00
parent 403ac24184
commit b6a2a210a3
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 7 additions and 1 deletions

View file

@ -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)
------------------

View file

@ -23,7 +23,7 @@
use strict;
use warnings;
our $VERSION = '1.5.4';
our $VERSION = '1.5.5';
use English;
use Getopt::Long;