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 <jeremy.westwood@hexagon.com>
1414
Jose Plana <jplana@tuenti.com> <jplana@gmail.com>
1515
Kaarel Kitsemets <kitsemets@gmail.com>
1616
Karl Malmros <itkalle@outlook.com> <44969574+ktpa@users.noreply.github.com>
17+
Konstantin Baikov <konstantin.baikov@gmail.com>
1718
Lukas Fleischer <lfleischer@lfos.de> <info@cryptocrack.de>
1819
Martin Lenders <mlenders@elegosoft.com> <authmill@datalove.me>
1920
Matthew Duggan <mduggan@qti.qualcomm.com> <mgithub@guarana.org>
2021
Matthew Gamble <git@matthewgamble.net>
2122
Matthias Bartelmeß <mba@fourplusone.de>
2223
Mikhail Yushkovskiy <mailto@zensecurity.su>
2324
Nabijacz Leweli <nabijaczleweli@nabijaczleweli.xyz>
25+
Nicolas Rybowski <nicolas.rybowski@uclouvain.be>
2426
Óscar San José <osanjose@tuenti.com>
2527
Petr Hosek <petrhosek@gmail.com> <p.hosek@imperial.ac.uk>
2628
Phil Schleihauf <uniphil@gmail.com>

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)