diff --git a/CHANGELOG.md b/CHANGELOG.md index e0cd010..5db6356 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) ------------------ diff --git a/mmdebstrap b/mmdebstrap index b7f83bd..f8c4de1 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.8.2'; +our $VERSION = '0.8.3'; use English; use Getopt::Long;