release 1.3.2

This commit is contained in:
Johannes Schauer Marin Rodrigues 2023-02-16 07:33:11 +01:00
parent fdbb66f75a
commit f3ab0a3d2d
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
1.3.2 (2023-02-16)
------------------
- unshare mode works in privileged docker containers
1.3.1 (2023-01-20) 1.3.1 (2023-01-20)
------------------ ------------------

View file

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