File tree Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Expand file tree Collapse file tree 2 files changed +29
-3
lines changed Original file line number Diff line number Diff line change 3
3
name : Codespell
4
4
5
5
on :
6
- push :
7
- branches : [master]
8
6
pull_request :
9
- branches : [master]
7
+ push :
10
8
11
9
permissions :
12
10
contents : read
Original file line number Diff line number Diff line change
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
8
+ [ #1345 ] ( https://github.com/libgit2/pygit2/pull/1345 )
9
+
10
+ - New ` bool(oid) ` and some doc/typing fixes
11
+ [ #1347 ] ( https://github.com/libgit2/pygit2/pull/1347 )
12
+
13
+ - Now ` Repository.merge(...) ` accepts a commit or reference object
14
+ [ #1348 ] ( https://github.com/libgit2/pygit2/pull/1348 )
15
+
16
+ - Fix when a reference name has non UTF-8 chars
17
+ [ #1329 ] ( https://github.com/libgit2/pygit2/pull/1329 )
18
+
19
+ - Fix condition check in ` Repository.remotes.rename(...) `
20
+ [ #1342 ] ( https://github.com/libgit2/pygit2/pull/1342 )
21
+
22
+ - Add codespell workflow, fix a number of typos
23
+ [ #1344 ] ( https://github.com/libgit2/pygit2/pull/1344 )
24
+
25
+ - CI: Use ARM runner for tests and wheels
26
+ [ #1346 ] ( https://github.com/libgit2/pygit2/pull/1346 )
27
+
28
+
1
29
# 1.17.0 (2025-01-08)
2
30
3
31
- Upgrade to libgit2 1.9
You can’t perform that action at this time.
0 commit comments