Added - Added py.typed file for better type checking support - Improved package configuration and build process
0.1.1
Added - Added detailed documentation in README.md - Added example code for both SingleSettingsManager and MappedSettingsManager
Fixed - Improved type hints and documentation
0.1.0
Added - Initial release - Implemented SingleSettingsManager for managing single settings object - Implemented MappedSettingsManager for managing multiple settings objects - Support for loading settings from multiple sources - Command line argument overrides - Settings validation through Pydantic