Adds ability to extend one config with another

apply_config() checks for 'extends' in TOML config

2.3.0 section added to CHANGELOG

three example extender.toml configs added

minor version bump
This commit is contained in:
2023-07-11 20:27:52 +01:00
parent 8e30c57020
commit 2a98707bf8
7 changed files with 87 additions and 16 deletions

View File

@@ -11,6 +11,12 @@ Before any major/minor/patch bump all unit tests will be run to verify they pass
- [x]
## [2.2.0] - 2023-07-11
### Added
- user configs may now extend other user configs. check `config extends` section in README.
## [2.1.2] - 2023-07-05
### Added