v0.3.0
Pre-release
Pre-release
Change any exit in a function to a return As these are all functions exit is inappropriate. Control should be passed back to the calling script to decide what action to take on failure. Using `set -e` in scripts is generally recommended anyway which will exit the script on a non-zero return.