Changed - the `prefix` keyword parameter is renamed to `scheme` to reflect that it specifies authentication scheme - the default value of `scheme` is "Bearer" (without a trailing space)
Removed - the `requests` extra
0.6.0
Changes
Added - the `helper_auth.__version__` attribute
Removed - support for space-delimited helper output (this feature was experimental and inconsistent with Git credential helpers that don't treat spaces as special)
0.5.0
Changes
Changed - the helper command can now be passed as multiple positional arguments - the helper command can no longer be passed as a list - `key`, `prefix`, `header` and `cache_token` parameters to `HelperAuth` are now keyword-only
0.4.0
Changes
Added - the `HelperAuth.clear_cache` method to clear the cached token (if any)
Changed - `requests` is now an optional dependency
0.3.0
Changes
Added - the `cache_token` keyword parameter to `HelperAuth` allowing optional caching of the token
Changed - lines of the helper output that do not contain a `key=value` pair are now ignored, rather than raising `ValueError`