* Make distinction between "true" booleans and pretenders
0.7.0
* Support setting of multiple values on attribute * Added feature to download binaries * Handle boolean query params * Convert relative paths to SSH keys to absolute paths
0.6.6
* Workaround for credential mangers of `osc` having different return types
0.6.5
Enhanced dependency management
* Removed `responses` as requirement * Use `cached_property` instead of `backports.cached_property` (which is not in the openSUSE repos) * Only install `cached_property` as requirement for Py3.7 and earlier
0.6.4
* Handle 40x (x!=1) properly in `HttpSignatureAuth`
0.6.3
* Do not assume that `oscrc` contains the SSH passphrase * Handle absence of `sshkey` in `.oscrc` gracefully