Skip to content

Commit

Permalink
Changelog/version for v1.0.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
Fizzadar committed Jul 14, 2020
1 parent f065fa5 commit 9551a6f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion pyinfra/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '1.0.1'
__version__ = '1.0.2'

0 comments on commit 9551a6f

Please sign in to comment.