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