Changelog:
https://github.com/libgit2/pygit2/blob/master/CHANGELOG.rst
1.8.0 (2022-02-04)
Rename RemoteCallbacks.progress(...) callback to .sideband_progress(...) #1120
New Repository.merge_base_many(...) and Repository.merge_base_octopus(...) #1112
New Repository.listall_stashes() #1117
Code cleanup #1118
Backward incompatible changes:
The RemoteCallbacks.progress(...) callback has been renamed to RemoteCallbacks.sideband_progress(...). This matches the documentation, but may break existing code that still uses the old name.
1.7.2 (2021-12-06)
Universal wheels for macOS #1109