Changelog¶
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.5.2¶
- Improved
pyproject.tomlmetadata.
0.5.1¶
- Added python 3.9 support.
0.5.0¶
- Migrated from
setup.pytopyproject.toml.- Refactored Makefile and added tbump directive.
0.4.0¶
- Changed references to the obsolete
ClassyConfobject in docs.- Exposed
CommandLineloader in the library import root.
0.3.0¶
- Added keyword only flag for
ValueandConfigurationclasses.- Added cache option for
Configurationclass.
0.2.0¶
- Replaced
env_prefixwith theEnvPrefixclass.- Replaced coveralls with codecov.
- Replaced TravisCI with Github Actions.
0.1.0¶
- First version