release 1.5.2

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-06-26 12:52:56 +02:00
parent 8130f1cef0
commit 8e2f62d08c
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1.5.2 (2024-06-26)
------------------
- mmdebstrap-autopkgtest-build-qemu produces bit-by-bit reproducible output
1.5.1 (2024-06-03)
------------------

View file

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