- Added `converted_to_draft` action for pull requests. - Added a bunch of attributes which were missing from `Repository`.
0.11.0
- Added support for `released` action for the `release` event.
This seems to have been added in the last week or so.
0.10.0
Added support for a new webhook type `branch_protection_rule`
0.9.0
- Added Python 3.10 support - Added `pull_request_event_thread` support ( Thanks tylerbwong ! )
0.8.0
Breaking Changes * Refactored `load_hooks` to use `importlib`. This prevents a bug where internal imports would re-register existing hooks. `load_hooks` now accepts a package path rather than a file path ( dots not slashes ).
0.7.0
- Added the ability to override `octohook` models. - Added multi-repository support to `hook`. - Added some `__str__` values to a few models.