Skip to content

Release v0.3.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@atc0005 atc0005 released this 17 Oct 03:42
64d5533

Fixed

  • README: Add package dependencies and install steps
  • Fix miscellaneous spelling errors
    • credit: Code Spell Checker VSCode extension
  • Update Config.String() method to include new fields
  • Log config field values after setting logging level so that they're visible
    when choosing to log at debug level
  • Remove placeholder text from README file that has since been superseded by
    real content
  • Fix file removal bug by using fully-qualified path to file instead of
    shortname
    • the bug was due to an unintentional assumption that the file to be removed
      was within the current working directory

References