Skip to content

Commit 778c13e

Browse files
committed
Release 1.18.0
1 parent accc0a6 commit 778c13e

File tree

7 files changed

+48
-40
lines changed

7 files changed

+48
-40
lines changed

.mailmap

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Alexander Linne <[email protected]>
33
Anatoly Techtonik <[email protected]>
44
55
6+
CJ Steiner <[email protected]>
67
Carlos Martín Nieto <[email protected]> <[email protected]>
78
89
Grégory Herrero <[email protected]>
@@ -30,8 +31,8 @@ Sriram Raghu <[email protected]> <[email protected]>
3031
Sukhman Bhuller <[email protected]>
3132
Tamir Bahar <[email protected]> <tmr232@github>
3233
33-
3434
Victor Florea <[email protected]>
35+
3536
Vlad Temian <[email protected]>
3637
3738
Wim Jeantine-Glenn <[email protected]>

AUTHORS.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,16 @@ Authors:
4343
Chad Dombrova
4444
Lukas Fleischer
4545
Mathias Leppich
46+
Mathieu Parent
47+
Michał Kępień
4648
Nicolas Dandrimont
4749
Raphael Medaer (Escaux)
50+
Yaroslav Halchenko
4851
Anatoly Techtonik
4952
Andrew Olsen
5053
Dan Sully
5154
David Versmisse
5255
Grégory Herrero
53-
Michał Kępień
5456
Mikhail Yushkovskiy
5557
Robin Stocker
5658
Rohit Sanjay
@@ -89,6 +91,7 @@ Authors:
8991
Andrey Devyatkin
9092
Arno van Lumig
9193
Ben Davis
94+
CJ Steiner
9295
Colin Watson
9396
Dan Yeaw
9497
Dustin Raimondi
@@ -114,7 +117,6 @@ Authors:
114117
Kyle Gottfried
115118
Marcel Waldvogel
116119
Masud Rahman
117-
Mathieu Parent
118120
Michael Sondergaard
119121
Natanael Arndt
120122
Ondřej Nový
@@ -127,6 +129,7 @@ Authors:
127129
nikitalita
128130
Adam Gausmann
129131
Adam Spiers
132+
Adrien Nader
130133
Albin Söderström
131134
Alexandru Fikl
132135
Andrew Chin
@@ -160,6 +163,7 @@ Authors:
160163
David Six
161164
Dennis Schwertel
162165
Devaev Maxim
166+
Edmundo Carmona Antoranz
163167
Eric Davis
164168
Erik Meusel
165169
Erik van Zijst
@@ -180,6 +184,7 @@ Authors:
180184
Josh Bleecher Snyder
181185
Julia Evans
182186
Justin Clift
187+
Karl Malmros
183188
Kevin Valk
184189
Konstantinos Smanis
185190
Kyriakos Oikonomakos
@@ -224,6 +229,7 @@ Authors:
224229
Timo Röhling
225230
Victor Florea
226231
Vladimir Rutsky
232+
William Schueller
227233
Wim Jeantine-Glenn
228234
Yu Jianjian
229235
buhl

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.18.0 (UNRELEASED)
1+
# 1.18.0 (2025-04-24)
22

33
- Upgrade Linux Glibc wheels to `manylinux_2_28`
44

@@ -42,6 +42,7 @@
4242

4343
- Build and CI updates
4444
[#1363](https://github.com/libgit2/pygit2/pull/1363)
45+
[#1365](https://github.com/libgit2/pygit2/pull/1365)
4546

4647
Deprecations:
4748

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.17.{build}
1+
version: 1.18.{build}
22
image: Visual Studio 2019
33
configuration: Release
44
environment:

docs/conf.py

+1-1
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.17.0'
26+
release = '1.18.0'
2727

2828

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

docs/install.rst

+33-33
Original file line numberDiff line numberDiff line change
@@ -83,39 +83,39 @@ The version number of pygit2 is composed of three numbers separated by dots
8383
The table below summarizes the latest pygit2 versions with the supported versions
8484
of Python and the required libgit2 version.
8585

86-
+-----------+----------------+------------+
87-
| pygit2 | Python | libgit2 |
88-
+-----------+----------------+------------+
89-
| 1.17 | 3.10 - 3.13 | 1.9 |
90-
+-----------+----------------+------------+
91-
| 1.16 | 3.10 - 3.13 | 1.8 |
92-
+-----------+----------------+------------+
93-
| 1.15 | 3.9 - 3.12 | 1.8 |
94-
+-----------+----------------+------------+
95-
| 1.14 | 3.9 - 3.12 | 1.7 |
96-
+-----------+----------------+------------+
97-
| 1.13 | 3.8 - 3.12 | 1.7 |
98-
+-----------+----------------+------------+
99-
| 1.12 | 3.8 - 3.11 | 1.6 |
100-
+-----------+----------------+------------+
101-
| 1.11 | 3.8 - 3.11 | 1.5 |
102-
+-----------+----------------+------------+
103-
| 1.10 | 3.7 - 3.10 | 1.5 |
104-
+-----------+----------------+------------+
105-
| 1.9 | 3.7 - 3.10 | 1.4 |
106-
+-----------+----------------+------------+
107-
| 1.7 - 1.8 | 3.7 - 3.10 | 1.3 |
108-
+-----------+----------------+------------+
109-
| 1.4 - 1.6 | 3.6 - 3.9 | 1.1 |
110-
+-----------+----------------+------------+
111-
| 1.2 - 1.3 | 3.6 - 3.8 | 1.0 |
112-
+-----------+----------------+------------+
113-
| 1.1 | 3.5 - 3.8 | 0.99 - 1.0 |
114-
+-----------+----------------+------------+
115-
| 1.0 | 3.5 - 3.8 | 0.28 |
116-
+-----------+----------------+------------+
117-
| 0.28.2 | 2.7, 3.4 - 3.7 | 0.28 |
118-
+-----------+----------------+------------+
86+
+-------------+----------------+------------+
87+
| pygit2 | Python | libgit2 |
88+
+-------------+----------------+------------+
89+
| 1.17 - 1.18 | 3.10 - 3.13 | 1.9 |
90+
+-------------+----------------+------------+
91+
| 1.16 | 3.10 - 3.13 | 1.8 |
92+
+-------------+----------------+------------+
93+
| 1.15 | 3.9 - 3.12 | 1.8 |
94+
+-------------+----------------+------------+
95+
| 1.14 | 3.9 - 3.12 | 1.7 |
96+
+-------------+----------------+------------+
97+
| 1.13 | 3.8 - 3.12 | 1.7 |
98+
+-------------+----------------+------------+
99+
| 1.12 | 3.8 - 3.11 | 1.6 |
100+
+-------------+----------------+------------+
101+
| 1.11 | 3.8 - 3.11 | 1.5 |
102+
+-------------+----------------+------------+
103+
| 1.10 | 3.7 - 3.10 | 1.5 |
104+
+-------------+----------------+------------+
105+
| 1.9 | 3.7 - 3.10 | 1.4 |
106+
+-------------+----------------+------------+
107+
| 1.7 - 1.8 | 3.7 - 3.10 | 1.3 |
108+
+-------------+----------------+------------+
109+
| 1.4 - 1.6 | 3.6 - 3.9 | 1.1 |
110+
+-------------+----------------+------------+
111+
| 1.2 - 1.3 | 3.6 - 3.8 | 1.0 |
112+
+-------------+----------------+------------+
113+
| 1.1 | 3.5 - 3.8 | 0.99 - 1.0 |
114+
+-------------+----------------+------------+
115+
| 1.0 | 3.5 - 3.8 | 0.28 |
116+
+-------------+----------------+------------+
117+
| 0.28.2 | 2.7, 3.4 - 3.7 | 0.28 |
118+
+-------------+----------------+------------+
119119

120120
.. warning::
121121

pygit2/_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.17.0'
37+
__version__ = '1.18.0'
3838

3939

4040
#

0 commit comments

Comments
 (0)