Skip to content

Commit 040a65a

Browse files
committed
Update changelog
1 parent 48e9fec commit 040a65a

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.19.1 (UNRELEASED)
2+
3+
- Fix diff getitem/iter for unachanged or binary files, return `None`
4+
[#1412](https://github.com/libgit2/pygit2/pull/1412)
5+
6+
- CI: separate macOS wheels (arm and intel instead of universal)
7+
[#1441](https://github.com/libgit2/pygit2/pull/1441)
8+
9+
- CI: pypy wheels on macOS
10+
11+
- CI: fix tests with pypy
12+
[#1437](https://github.com/libgit2/pygit2/pull/1437)
13+
14+
115
# 1.19.0 (2025-10-23)
216

317
- Add support for Python 3.14 and drop 3.10

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ test-command = "pytest"
1515
test-sources = ["test", "pytest.ini"]
1616
before-test = "pip install -r {project}/requirements-test.txt"
1717
# Will avoid testing on emulated architectures (specifically ppc64le)
18-
# Also, skip testing on pypy on macOS arm64 due issue with bootstrapping git config paths
18+
# Also, skip testing pypy on macOS arm64 due issue with bootstrapping git config paths
1919
# see https://github.com/libgit2/pygit2/issues/1442
2020
test-skip = "*-*linux_ppc64le pp*-macosx_arm64"
2121

0 commit comments

Comments
 (0)