From 0cee419ea893867b102c9f5e8f6da5e01f17b40a Mon Sep 17 00:00:00 2001 From: Matthias Leutenegger Date: Wed, 11 Sep 2019 16:07:03 +0200 Subject: [PATCH] changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f69962a..40dd870 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). +## 0.1.5 +### Changed +* Path generation for `forget` task now checks if `src` is actually filled and not only defined. + +### Added +* `prune` option for automatic pruning during forget + + ## 0.1.4 ### Changed * `--keep-tags` tags are correctly applied to the forget command