Skip to content

Commit 7ee1ae5

Browse files
committed
Release 1.19.1
1 parent d610f77 commit 7ee1ae5

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

AUTHORS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ Authors:
1313
Dave Borowitz
1414
Brandon Milton
1515
Daniel Rodríguez Troitiño
16+
Brendan Doherty
1617
Peter Rowlands
1718
Richo Healey
18-
Brendan Doherty
1919
Christian Boos
2020
Julien Miotte
2121
Nick Hynes

CHANGELOG.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# 1.19.1 (UNRELEASED)
1+
# 1.19.1 (2025-12-29)
22

3-
- Fix diff getitem/iter for unachanged or binary files, return `None`
3+
- Update wheels to libgit2 1.9.2 and OpenSSL 3.5
4+
5+
- Fix: now diff's getitem/iter returns `None` for unchanged or binary files
46
[#1412](https://github.com/libgit2/pygit2/pull/1412)
57

6-
- CI: separate macOS wheels (arm and intel instead of universal)
8+
- CI (macOS): arm, intel and pypy wheels (instead of universal)
79
[#1441](https://github.com/libgit2/pygit2/pull/1441)
810

9-
- CI: pypy wheels on macOS
10-
11-
- CI: fix tests with pypy
11+
- CI (pypy): fix tests
1212
[#1437](https://github.com/libgit2/pygit2/pull/1437)
1313

1414

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# author = ''
2424

2525
# The full version, including alpha/beta/rc tags
26-
release = '1.19.0'
26+
release = '1.19.1'
2727

2828

2929
# -- General configuration ---------------------------------------------------

pygit2/_build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.19.0'
37+
__version__ = '1.19.1'
3838

3939

4040
#

0 commit comments

Comments
 (0)