We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a4192a commit d0879d8Copy full SHA for d0879d8
CHANGELOG.md
@@ -1,7 +1,5 @@
1
# 1.17.1 (UNRELEASED)
2
3
-- Drop PowerPC wheels
4
-
5
- Upgrade Linux Glibc wheels to `manylinux_2_28`
6
7
- Add `RemoteCallbacks.push_transfer_progress(...)` callback
@@ -22,9 +20,17 @@
22
20
- Add codespell workflow, fix a number of typos
23
21
[#1344](https://github.com/libgit2/pygit2/pull/1344)
24
+- More typing
+ [#1343](https://github.com/libgit2/pygit2/pull/1343)
25
+
26
- CI: Use ARM runner for tests and wheels
27
[#1346](https://github.com/libgit2/pygit2/pull/1346)
28
29
+Deprecations:
30
31
+- Passing str to `Repository.merge(...)` is deprecated,
32
+ instead pass an oid object (or a commit, or a reference)
33
34
35
# 1.17.0 (2025-01-08)
36
0 commit comments