File tree Expand file tree Collapse file tree 4 files changed +12
-4
lines changed
Expand file tree Collapse file tree 4 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ Authors:
1616 Richo Healey
1717 Christian Boos
1818 Julien Miotte
19+ Benedikt Seidl
1920 Nick Hynes
2021 Richard Möhn
2122 Xu Tao
@@ -34,6 +35,7 @@ Authors:
3435 Xavier Delannoy
3536 Michael Jones
3637 Saugat Pachhai
38+ Andrej730
3739 Bernardo Heynemann
3840 John Szakmeister
3941 Nabijacz Leweli
@@ -66,6 +68,7 @@ Authors:
6668 Assaf Nativ
6769 Bob Carroll
6870 Christian Häggström
71+ Edmundo Carmona Antoranz
6972 Erik Johnson
7073 Filip Rindler
7174 Fraser Tweedale
@@ -133,6 +136,7 @@ Authors:
133136 Albin Söderström
134137 Alexandru Fikl
135138 Andrew Chin
139+ Andrew McNulty
136140 Andrey Trubachev
137141 András Veres-Szentkirályi
138142 Ash Berlin
@@ -163,7 +167,6 @@ Authors:
163167 David Six
164168 Dennis Schwertel
165169 Devaev Maxim
166- Edmundo Carmona Antoranz
167170 Eric Davis
168171 Erik Meusel
169172 Erik van Zijst
@@ -220,6 +223,7 @@ Authors:
220223 Rui Chen
221224 Sandro Jäckel
222225 Saul Pwanson
226+ Sebastian Hamann
223227 Shane Turner
224228 Sheeo
225229 Simone Mosciatti
Original file line number Diff line number Diff line change 1- # 1.18.1 (UNRELEASED )
1+ # 1.18.1 (2025-07-26 )
22
33- Update wheels to libgit2 1.9.1 and OpenSSL 3.3
44
55- New ` Index.remove_directory(...) `
66 [ #1377 ] ( https://github.com/libgit2/pygit2/pull/1377 )
77
8+ - New ` Index.add_conflict(...) `
9+ [ #1382 ] ( https://github.com/libgit2/pygit2/pull/1382 )
10+
811- Now ` Repository.merge_file_from_index(...) ` returns a ` MergeFileResult ` object when
912 called with ` use_deprecated=False `
1013 [ #1376 ] ( https://github.com/libgit2/pygit2/pull/1376 )
1518 [ #1371 ] ( https://github.com/libgit2/pygit2/pull/1371 )
1619 [ #1373 ] ( https://github.com/libgit2/pygit2/pull/1373 )
1720 [ #1384 ] ( https://github.com/libgit2/pygit2/pull/1384 )
21+ [ #1386 ] ( https://github.com/libgit2/pygit2/pull/1386 )
1822
1923Deprecations:
2024
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.0 '
26+ release = '1.18.1 '
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.0 '
37+ __version__ = '1.18.1 '
3838
3939
4040#
You can’t perform that action at this time.
0 commit comments