From 1f15f690e78580010cc1454a3fdfc23ac34e6bc0 Mon Sep 17 00:00:00 2001 From: Johannes 'josch' Schauer Date: Sat, 19 Oct 2019 23:26:10 +0200 Subject: [PATCH] release 0.5.1 --- CHANGELOG.md | 8 ++++++++ mmdebstrap | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1b226b9..b54b70a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.5.1 (2019-10-19) +------------------ + + - minor bugfixes and documentation clarification + - the --components option now takes component names as a comma or whitespace + separated list or as multiple --components options + - make_mirror.sh now has to be invoked manually before calling coverage.sh + 0.5.0 (2019-10-05) ------------------ diff --git a/mmdebstrap b/mmdebstrap index 99f1790..70a0994 100755 --- a/mmdebstrap +++ b/mmdebstrap @@ -15,7 +15,7 @@ use strict; use warnings; -our $VERSION = '0.5.0'; +our $VERSION = '0.5.1'; use English; use Getopt::Long;