Skip to content

Commit d88fa3d

Browse files
committed
Release 1.18.2
1 parent 68c871b commit d88fa3d

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

.mailmap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ Jeremy Westwood <[email protected]>
1414
1515
Kaarel Kitsemets <[email protected]>
1616
17+
Konstantin Baikov <[email protected]>
1718
1819
1920
2021
Matthew Gamble <[email protected]>
2122
Matthias Bartelmeß <[email protected]>
2223
Mikhail Yushkovskiy <[email protected]>
2324
Nabijacz Leweli <[email protected]>
25+
Nicolas Rybowski <[email protected]>
2426
Óscar San José <[email protected]>
2527
2628
Phil Schleihauf <[email protected]>

AUTHORS.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Authors:
44
Carlos Martín Nieto
55
Nico von Geyso
66
Iliyas Jorio
7+
Benedikt Seidl
78
Sviatoslav Sydorenko
89
Matthias Bartelmeß
910
Robert Coup
@@ -16,10 +17,10 @@ Authors:
1617
Richo Healey
1718
Christian Boos
1819
Julien Miotte
19-
Benedikt Seidl
2020
Nick Hynes
2121
Richard Möhn
2222
Xu Tao
23+
Konstantin Baikov
2324
Matthew Duggan
2425
Matthew Gamble
2526
Jeremy Westwood
@@ -28,6 +29,7 @@ Authors:
2829
Sriram Raghu
2930
Victor Garcia
3031
Yonggang Luo
32+
Łukasz Langa
3133
Patrick Steinhardt
3234
Petr Hosek
3335
Tamir Bahar
@@ -202,6 +204,7 @@ Authors:
202204
Maxwell G
203205
Michał Górny
204206
Na'aman Hirschfeld
207+
Nicolas Rybowski
205208
Nicolás Sanguinetti
206209
Nikita Kartashov
207210
Nikolai Zujev

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.18.2 (UNRELEASED)
1+
# 1.18.2 (2025-08-16)
22

33
- Add support for almost all global options
44
[#1409](https://github.com/libgit2/pygit2/pull/1409)

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

3939

4040
#

0 commit comments

Comments
 (0)