release 1.5.1

This commit is contained in:
Johannes Schauer Marin Rodrigues 2024-06-03 10:46:29 +02:00
parent 9f8172bbc0
commit 6818d2ed40
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.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) 1.5.0 (2024-05-14)
------------------ ------------------

View file

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