From 9551a6f31cfaa0b582516f2e46d24c88a420d6d1 Mon Sep 17 00:00:00 2001 From: Nick Barrett Date: Tue, 14 Jul 2020 16:56:03 +0100 Subject: [PATCH] Changelog/version for v1.0.2. --- CHANGELOG.md | 8 ++++++++ pyinfra/version.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72227665c..b3a788ef7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v1.0.2 + ++ Further improve fact output when errors are encountered + * Will now output stdout + stderr when a fact command fails unexpectedly + * This brings the same instant debugging feel to facts that operations have ++ Fix `wget` failure handling in `files.download` operation (@artizirk) ++ Improve files facts handling when file/directory/link does not exist + # v1.0.1 + Log host fact errors/warnings diff --git a/pyinfra/version.py b/pyinfra/version.py index cd7ca4980..a6221b3de 100644 --- a/pyinfra/version.py +++ b/pyinfra/version.py @@ -1 +1 @@ -__version__ = '1.0.1' +__version__ = '1.0.2'