From 321405c66fc686fe9827b97aacbd73f39cb64b81 Mon Sep 17 00:00:00 2001 From: rra Date: Sun, 15 Sep 2019 15:13:11 +0200 Subject: [PATCH] update changelog --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2765bef..910817b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,15 @@ The changelog was only added at version 0.0.4. +## 0.0.7 + +Let's think a bit about safety and robustness: + +* distribusi only overwrites (or removes) indexes that have been created by distribusi itself +* override the above behaviour with `--force` +* `--exclude` now allows you to exclude folder names from being listed, this behaviour is not influenced by `--force` + + ## 0.0.6 * Distribusi only prints when called with `--verbose`