File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1+ # 1.16.0 (UNRELEASED)
2+
3+ - Add support for Python 3.13
4+
5+ - Drop support for Python 3.9
6+
7+ - New ` Repository.hashfile(...) `
8+ [ #1298 ] ( https://github.com/libgit2/pygit2/pull/1298 )
9+
10+ - New ` Option.GET_MWINDOW_FILE_LIMIT ` and ` Option.SET_MWINDOW_FILE_LIMIT `
11+ [ #1312 ] ( https://github.com/libgit2/pygit2/pull/1312 )
12+
13+ - Fix overriding ` certficate_check(...) ` callback via argument to ` RemoteCallbacks(...) `
14+ [ #1321 ] ( https://github.com/libgit2/pygit2/pull/1321 )
15+
16+ - Add py.typed
17+ [ #1310 ] ( https://github.com/libgit2/pygit2/pull/1310 )
18+
19+ - Fix ` discover_repository(...) ` annotation
20+ [ #1313 ] ( https://github.com/libgit2/pygit2/pull/1313 )
21+
22+
123# 1.15.1 (2024-07-07)
224
325- New ` Repository.revert(...) `
You can’t perform that action at this time.
0 commit comments