release 0.4.1

This commit is contained in:
Johannes 'josch' Schauer 2019-03-01 12:56:57 +01:00
parent 016cac22f8
commit 6d774a3d92
Signed by untrusted user: josch
GPG key ID: F2CBA5C78FBD83E1
2 changed files with 8 additions and 1 deletions

View file

@ -1,3 +1,10 @@
0.4.1 (2019-03-01)
------------------
- re-enable fakechroot mode testing
- disable apt sandboxing if necessary
- keep apt and dpkg lock files
0.4.0 (2019-02-23)
------------------

View file

@ -15,7 +15,7 @@
use strict;
use warnings;
our $VERSION = '0.4.0';
our $VERSION = '0.4.1';
use English;
use Getopt::Long;