release 1.3.8

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-08-20 13:38:13 +02:00
parent c7559e305e
commit 6cc9d1b99b
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 7 additions and 1 deletions

View file

@ -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) 1.3.7 (2023-06-21)
------------------ ------------------

View file

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