Skip to content

v0.3.0

Latest
Compare
Choose a tag to compare
@jordantshaw jordantshaw released this 06 Dec 15:57
· 3 commits to main since this release
be7f5e1

What's Changed

  • Updated to use the tomli library instead of toml library for ppython<3.11
  • Updated to use the standard tomllib library for python>=3.11
  • Changed default behavior of invalid config file to not throw error. New parameter config_file_required has been added to disable/enable this option.
  • Changed default behavior for config_merge_unique. This is now disabled by default.
  • Updated README to reflect new changes

Full Changelog: v0.2.3...v0.3.0