From 6455cda34bb0f151aef70da2b1ce8ecb0f9eea4a Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sun, 19 Jan 2020 22:24:32 +0100 Subject: [PATCH] release 0.6.0 --- CHANGELOG.md | 14 ++++++++++++++ mmdebstrap | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b54b70a..be8bd58 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +0.6.0 (2020-01-16) +------------------ + + - allow multiple --architecture options + - allow multiple --include options + - enable parallel compression with xz by default + - add --man option + - add --keyring option overwriting apt's default keyring + - preserve extended attributes in tarball + - allow running tests on non-amd64 systems + - generate squashfs images if output file ends in .sqfs or .squashfs + - add --dry-run/--simulate options + - add taridshift tool + 0.5.1 (2019-10-19) ------------------ diff --git a/mmdebstrap b/mmdebstrap index eeff0a4..9775710 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -23,7 +23,7 @@ use strict; use warnings; -our $VERSION = '0.5.1'; +our $VERSION = '0.6.0'; use English; use Getopt::Long;