File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed
Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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 ---------------------------------------------------
Original file line number Diff line number Diff line change 3434#
3535# The version number of pygit2
3636#
37- __version__ = '1.19.0 '
37+ __version__ = '1.19.1 '
3838
3939
4040#
You can’t perform that action at this time.
0 commit comments