Release version 0.1.4
This version is not backwards compatible. The change was necessary for the latest rust update however, so only a minor version increment was added.
- Changes from using IoResult<()> to Result<(), fern::Error> for return types from logging operations.
- Updates for latest rustc