File tree Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Expand file tree Collapse file tree 6 files changed +17
-5
lines changed Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ Tamir Bahar <tamir@north-bit.com> <tmr232@github>
3131Tamir Bahar <tamir@north-bit.com> <tmr232@users.noreply.github.com>
3232Victor Garcia <bravejolie@gmail.com> <victor@tuenti.com>
3333Vlad Temian <vladtemian@gmail.com>
34+ Wim Jeantine-Glenn <hey@wimglenn.com>
3435Xavier Delannoy <xavier.delannoy@gmail.com>
3536Xu Tao <xutao881001@gmail.com>
3637Xu Tao <xutao881001@gmail.com> <xutao@douban.com>
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ Authors:
7272 Jason Ziglar
7373 Leonardo Rhodes
7474 Mark Adams
75+ Michał Kępień
7576 Nika Layzell
7677 Peter-Yi Zhang
7778 Petr Viktorin
@@ -81,6 +82,7 @@ Authors:
8182 Sukhman Bhuller
8283 Thomas Kluyver
8384 Tyler Cipriani
85+ WANG Xuerui
8486 Alex Chamberlain
8587 Alexander Bayandin
8688 Amit Bakshi
@@ -185,10 +187,12 @@ Authors:
185187 Mathieu Parent
186188 Mathieu Pillard
187189 Matthaus Woolard
190+ Maxwell G
188191 Michał Górny
189192 Nicolás Sanguinetti
190193 Nikita Kartashov
191194 Nikolai Zujev
195+ Nils Philippsen
192196 Noah Fontes
193197 Óscar San José
194198 Patrick Lühne
@@ -212,6 +216,7 @@ Authors:
212216 Tad Hardesty
213217 Timo Röhling
214218 Vladimir Rutsky
219+ Wim Jeantine-Glenn
215220 Yu Jianjian
216221 buhl
217222 chengyuhang
Original file line number Diff line number Diff line change 1- # 1.15.0 (UNRELEASED )
1+ # 1.15.0 (2024-05-18 )
22
33- Many deprecated features have been removed, see below
44
5- - Upgrade to libgit2 v1.8.0
5+ - Upgrade to libgit2 v1.8.1
66
77- New ` push_options ` optional argument in ` Repository.push(...) `
88 [ #1282 ] ( https://github.com/libgit2/pygit2/pull/1282 )
99
1010- New support comparison of ` Oid ` with text string
1111
12+ - Fix ` CheckoutNotify.IGNORED `
13+ [ #1288 ] ( https://github.com/libgit2/pygit2/issues/1288 )
14+
15+ - Use default error handler when decoding/encoding paths
16+ [ #537 ] ( https://github.com/libgit2/pygit2/issues/537 )
17+
1218- Remove setuptools runtime dependency
1319 [ #1281 ] ( https://github.com/libgit2/pygit2/pull/1281 )
1420
Original file line number Diff line number Diff line change 1- version : 1.14 .{build}
1+ version : 1.15 .{build}
22image : Visual Studio 2019
33configuration : Release
44environment :
Original file line number Diff line number Diff line change 2222# author = ''
2323
2424# The full version, including alpha/beta/rc tags
25- release = '1.14.1 '
25+ release = '1.15.0 '
2626
2727
2828# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 3434#
3535# The version number of pygit2
3636#
37- __version__ = '1.14.1 '
37+ __version__ = '1.15.0 '
3838
3939
4040#
You can’t perform that action at this time.
0 commit comments