Skip to content

Commit b1a54e0

Browse files
committed
Update Changelog
And run codespell always (it's fast).
1 parent f0f1e97 commit b1a54e0

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

.github/workflows/codespell.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,8 @@
33
name: Codespell
44

55
on:
6-
push:
7-
branches: [master]
86
pull_request:
9-
branches: [master]
7+
push:
108

119
permissions:
1210
contents: read

CHANGELOG.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
# 1.17.0 (2025-01-08)
230

331
- Upgrade to libgit2 1.9

0 commit comments

Comments
 (0)