File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Alexander Linne <alexander.linne@outlook.com>
33Anatoly Techtonik <techtonik@gmail.com>
44Bob Carroll <bob.carroll@alum.rit.edu> <bobc@qti.qualcomm.com>
55Brandon Milton <bmilton@fb.com> <brandon.milton21@gmail.com>
6+ Brendan Doherty <2bndy5@gmail.com>
67CJ Steiner <47841949+clintonsteiner@users.noreply.github.com>
78Carlos Martín Nieto <cmn@dwim.me> <carlos@cmartin.tk>
89Christian Boos <cboos@edgewall.org> <cboos@bct-technology.com>
@@ -26,6 +27,7 @@ Nicolas Rybowski <nicolas.rybowski@uclouvain.be>
2627Óscar San José <osanjose@tuenti.com>
2728Petr Hosek <petrhosek@gmail.com> <p.hosek@imperial.ac.uk>
2829Phil Schleihauf <uniphil@gmail.com>
30+ Raphael Medaer <rme@escaux.com>
2931Richo Healey <richo@psych0tik.net>
3032Robert Hölzl <robert.hoelzl@posteo.de>
3133Saugat Pachhai <suagatchhetri@outlook.com>
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ Authors:
1515 Daniel Rodríguez Troitiño
1616 Peter Rowlands
1717 Richo Healey
18+ Brendan Doherty
1819 Christian Boos
1920 Julien Miotte
2021 Nick Hynes
@@ -50,7 +51,7 @@ Authors:
5051 Mathieu Parent
5152 Michał Kępień
5253 Nicolas Dandrimont
53- Raphael Medaer (Escaux)
54+ Raphael Medaer
5455 Yaroslav Halchenko
5556 Anatoly Techtonik
5657 Andrew Olsen
@@ -64,6 +65,7 @@ Authors:
6465 Santiago Perez De Rosso
6566 Sebastian Thiel
6667 Thom Wiggers
68+ WANG Xuerui
6769 William Manley
6870 Alexander Linne
6971 Alok Singhal
@@ -89,7 +91,6 @@ Authors:
8991 Sukhman Bhuller
9092 Thomas Kluyver
9193 Tyler Cipriani
92- WANG Xuerui
9394 Alex Chamberlain
9495 Alexander Bayandin
9596 Amit Bakshi
@@ -98,6 +99,7 @@ Authors:
9899 Ben Davis
99100 CJ Steiner
100101 Colin Watson
102+ Craig de Stigter
101103 Dan Yeaw
102104 Dustin Raimondi
103105 Eric Schrijver
@@ -156,7 +158,6 @@ Authors:
156158 Chris Rebert
157159 Christopher Hunt
158160 Claudio Jolowicz
159- Craig de Stigter
160161 Cristian Hotea
161162 Cyril Jouve
162163 Dan Cecile
Original file line number Diff line number Diff line change 1- # 1.19.0 (UNRELEASED )
1+ # 1.19.0 (2025-10-23 )
22
33- Add support for Python 3.14 and drop 3.10
44
55- Support threaded builds (experimental)
66 [ #1430 ] ( https://github.com/libgit2/pygit2/pull/1430 )
7+ [ #1435 ] ( https://github.com/libgit2/pygit2/pull/1435 )
78
89- Add Linux musl wheels for AArch64
910
2021 [ #1425 ] ( https://github.com/libgit2/pygit2/pull/1425 )
2122 [ #1431 ] ( https://github.com/libgit2/pygit2/pull/1431 )
2223
23- - Updated .gitignore
24+ - Documentation improvements and other changes
25+ [ #1426 ] ( https://github.com/libgit2/pygit2/pull/1426 )
2426 [ #1424 ] ( https://github.com/libgit2/pygit2/pull/1424 )
2527
2628Breaking changes:
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.18.2 '
26+ release = '1.19.0 '
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.18.2 '
37+ __version__ = '1.19.0 '
3838
3939
4040#
You can’t perform that action at this time.
0 commit comments