Skip to content

Release version 0.1.4

Compare
Choose a tag to compare
@daboross daboross released this 02 Jan 00:58
· 367 commits to main since this release

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