All notable changes to this project will be documented in this file.
The format is inspired by Keep a Changelog.
0.0.2 2024-02-11
- Github action for publishing on pypi on new tag (triggered on push)
- Add the possibility to validate configs using json-schema and yamale
- Tests for schema validation
0.0.1 2024-02-03
- Reader using pyymal
- Reader using ruamel.yaml
- Dotdict class as the config object
- make_config function to generate config object from path
- tests for readers and config objects
- pyproject.toml for publishing via pypi
- Github action for testing new commits (triggered on push)