Skip to content

Add support for external configuration and URL config as top-level setting

Compare
Choose a tag to compare
@synkd synkd released this 29 Aug 20:13
· 114 commits to master since this release
62ff557

This release allows settings to be passed as a dict to the Manifester class at instantiation time in addition to being read from manifester_settings.yaml. It also provides support for setting the URL config section at the top level of manifester_settings.yaml in addition to being set per manifest category.

What's Changed

  • Add support for external configuration by @synkd in #11
  • Add support for URL config as a top-level setting by @synkd in #11

Full Changelog: v0.0.5...v0.0.6