- **Initial Release**
- Introduced core functionality:
- `LoadJson` and `LoadYaml` functions for loading JSON and YAML configuration files.
- A `Config` class that supports dot-access for configuration values.
- A `Template` base class for defining configuration schemas, validating configurations, and generating example configuration files.
- Comprehensive documentation generated with Sphinx and published on Read the Docs.
- Testing implemented using pytest with full test coverage integration via Codecov.
- Pre-commit hooks set up for code formatting, linting, and style checks.
- Released under the MIT License.
**Full Changelog**: https://github.com/danielkorkin/loadcfg/commits/v0.1.0