* Support for Python 3.11 * Workaround for another parameter inconsistency in the API
0.7.6
* Treat `deleted` and `expand` parameters of `/source/<project>/` as boolean (despite not being documented as such) * Do not send the `deleted` parameter, when the `view` parameter is present
0.7.5
* Workaround for another inconsistency in parameter handling in the OBS API
0.7.4
* Deprecated `Project.get_files` (i.e. yet another workaround for an inconsistent server API) * Updated documentation for `Package.cmd` method
0.7.3
* Consider "boolean" parameters of specific API endpoints (fixes 97)
0.7.2
* Suppress logging of response content when streaming * Fixed error in docstring * Removed Python2 support libararies (closes 81) * Removed warning about boolean query params * Fixed issues in `Project.put_meta` (fixes 84) * Deprecated `projects.put_meta` in favor of using `set_meta` (fixes 85)