release 1.3.8

main
parent c7559e305e
commit 6cc9d1b99b
Signed by untrusted user: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,9 @@
1.3.8 (2023-08-20)
------------------
- hooks/merged-usr: implement post-merging as debootstrap does
- exclude ./lost+found from tarball
1.3.7 (2023-06-21)
------------------

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

Loading…
Cancel
Save