Skip to content

v1.0.0 - 2024-04-06

Compare
Choose a tag to compare
@engmtcdrm engmtcdrm released this 06 Apr 18:04
· 3 commits to main since this release

General release based on utilization on multiple Python projects.

Added

  • Added dependabot
  • Added Action for publishing to PyPi
  • Added CHANGELOG.md - Retroactively updated previous version releases

Changed

  • Refactored comments to align with more recent coding practices
  • Refactored structure of method definitions to align with more recent coding practices
  • Refactored the logic for converting tuples and non-tuples to its own method called _convert_keys_to_list. this can be useful for inherited classes that may want to use this function. (#9)

Fixed

  • Fixed an empty config file being created on the file system when file_must_exist = False is used when instantiating the Config class. (#8)