22.9.0 - 2022-09-22
Added
- Add GitHub API for getting information about a single workflow run 355f65a
- Add GitHub API to get workflow runs information 795709d
- Add GitHub API for creating a workflow dispatch event 5f055b3
- Add GitHub API to get information of a single workflow e72bb34
- Add GitHub API to request workflow information d4729a8
- Add GitHub API for deleting an artifact ef3e4d7
- Add GitHub API for requesting workflow artifacts 870155b
- Add new GitHub API for downloading a repo artifact c14b798
- Add GitHub API for getting a single repo artifact 33d7df4
- Add API for getting all artifacts of a GitHub repo 08c7731
- Add a new testing module to pontos #403 15d785e
- Add tests for all testing functions aa61397
- Add a new testing module to pontos 52951c4
- Deploy docs to GitHub pages e0a4045
Removed
- utf-8 code comment in python header e194096
Changed
- Allow to set request parameters and headers for download 65e74c8
- Extend download context manager to accept string as destination cc5cf9d
- Introduce new JSON type for json based GitHub responses 1d29701
- Improve helper module tests 9263399
- Allow to pass PathLike instances to Git.add method c455040
- Allow to pass PathLike as cwd to exec_git d134e76
- Switch to furo sphinx theme for improved docs layout 5172113
- Update dependencies and remove sphinx-autodoc-typehints 867cc81
Bug Fixes
- Fix find signing key tests if a global signing key is set a7c9b25