Added - pyznap now uses `pv` to show progress of zfs send operations. - Better error handling during zfs send over ssh.
Fixed - Changed readme to only mention python 3.5+.
1.0.2
Added - More verbose error messages when CalledProcessError is raised.
Fixed - Send over ssh would fail with OSError if dataset has no space left.
1.0.1
Added - pyznap now checks if the dest filesystem has a 'zfs receive' ongoing before trying to send. - Added more helpful error message when source/dest do not exist. - Added a changelog.
Fixed - Fixed bug where ssh connection would be opened but not closed if dataset does not exist.
1.0.0
Added - Added tests to test pyznap running over time.