release 1.5.1

main 1.5.1
parent 9f8172bbc0
commit 6818d2ed40
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,9 @@
1.5.1 (2024-06-03)
------------------
- in root and unshare mode, run 'mount --make-rprivate /' before bind-mounting
- switch apt variant from using 'apt-get dist-upgrade' to apt patterns
1.5.0 (2024-05-14)
------------------

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

Loading…
Cancel
Save