release 0.8.3

pull/22/head 0.8.3
parent 6ba6d10c4f
commit 632a918780
Signed by: josch
GPG Key ID: F2CBA5C78FBD83E1

@ -1,3 +1,10 @@
0.8.3 (2022-01-08)
------------------
- allow codenames with apt patterns (requires apt >= 2.3.14)
- don't overwrite existing files in setup code
- don't copy in qemu-user-static binary if it's not needed
0.8.2 (2021-12-14)
------------------

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

Loading…
Cancel
Save