forked from josch/mmdebstrap
release 1.5.2
This commit is contained in:
parent
8130f1cef0
commit
8e2f62d08c
2 changed files with 6 additions and 1 deletions
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
use strict;
|
||||
use warnings;
|
||||
|
||||
our $VERSION = '1.5.1';
|
||||
our $VERSION = '1.5.2';
|
||||
|
||||
use English;
|
||||
use Getopt::Long;
|
||||
|
|
Loading…
Reference in a new issue