We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30d49bf commit bedf899Copy full SHA for bedf899
CHANGELOG.md
@@ -1,3 +1,25 @@
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
23
# 1.15.1 (2024-07-07)
24
25
- New `Repository.revert(...)`
0 commit comments