release 1.5.7

This commit is contained in:
Johannes Schauer Marin Rodrigues 2025-04-08 12:29:53 +02:00
parent 9e7d7d0d67
commit 28a3a15955
Signed by: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
1.5.7 (2025-04-08)
------------------
- support for elxr Debian derivative
- support loong64
- mmdebstrap-autopkgtest-build-qemu: add --sshkey=...
1.5.6 (2025-01-11)
------------------

View file

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