Skip to content

Commit 45423e9

Browse files
committed
Release 1.19.0
1 parent 4b2459b commit 45423e9

File tree

5 files changed

+12
-7
lines changed

5 files changed

+12
-7
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Alexander Linne <[email protected]>
33
Anatoly Techtonik <[email protected]>
44
55
6+
Brendan Doherty <[email protected]>
67
CJ Steiner <[email protected]>
78
Carlos Martín Nieto <[email protected]> <[email protected]>
89
@@ -26,6 +27,7 @@ Nicolas Rybowski <[email protected]>
2627
Óscar San José <[email protected]>
2728
2829
Phil Schleihauf <[email protected]>
30+
Raphael Medaer <[email protected]>
2931
Richo Healey <[email protected]>
3032
Robert Hölzl <[email protected]>
3133
Saugat Pachhai <[email protected]>

AUTHORS.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff 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

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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

@@ -20,7 +21,8 @@
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

2628
Breaking changes:

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.18.2'
26+
release = '1.19.0'
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.18.2'
37+
__version__ = '1.19.0'
3838

3939

4040
#

0 commit comments

Comments
 (0)