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 https://github.com/SatelliteQE/manifester/pull/11
* Add support for URL config as a top-level setting by synkd in https://github.com/SatelliteQE/manifester/pull/11
**Full Changelog**: https://github.com/SatelliteQE/manifester/compare/v0.0.5...v0.0.6