release 0.8.3

This commit is contained in:
Johannes Schauer Marin Rodrigues 2022-01-08 08:37:00 +01:00
parent 6ba6d10c4f
commit 632a918780
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.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) 0.8.2 (2021-12-14)
------------------ ------------------

View file

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