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>
31
31
Tamir Bahar <tamir@north-bit.com> <tmr232@users.noreply.github.com>
32
32
Victor Garcia <bravejolie@gmail.com> <victor@tuenti.com>
33
33
Vlad Temian <vladtemian@gmail.com>
34
+ Wim Jeantine-Glenn <hey@wimglenn.com>
34
35
Xavier Delannoy <xavier.delannoy@gmail.com>
35
36
Xu Tao <xutao881001@gmail.com>
36
37
Xu Tao <xutao881001@gmail.com> <xutao@douban.com>
Original file line number Diff line number Diff line change @@ -72,6 +72,7 @@ Authors:
72
72
Jason Ziglar
73
73
Leonardo Rhodes
74
74
Mark Adams
75
+ Michał Kępień
75
76
Nika Layzell
76
77
Peter-Yi Zhang
77
78
Petr Viktorin
@@ -81,6 +82,7 @@ Authors:
81
82
Sukhman Bhuller
82
83
Thomas Kluyver
83
84
Tyler Cipriani
85
+ WANG Xuerui
84
86
Alex Chamberlain
85
87
Alexander Bayandin
86
88
Amit Bakshi
@@ -185,10 +187,12 @@ Authors:
185
187
Mathieu Parent
186
188
Mathieu Pillard
187
189
Matthaus Woolard
190
+ Maxwell G
188
191
Michał Górny
189
192
Nicolás Sanguinetti
190
193
Nikita Kartashov
191
194
Nikolai Zujev
195
+ Nils Philippsen
192
196
Noah Fontes
193
197
Óscar San José
194
198
Patrick Lühne
@@ -212,6 +216,7 @@ Authors:
212
216
Tad Hardesty
213
217
Timo Röhling
214
218
Vladimir Rutsky
219
+ Wim Jeantine-Glenn
215
220
Yu Jianjian
216
221
buhl
217
222
chengyuhang
Original file line number Diff line number Diff line change 1
- # 1.15.0 (UNRELEASED )
1
+ # 1.15.0 (2024-05-18 )
2
2
3
3
- Many deprecated features have been removed, see below
4
4
5
- - Upgrade to libgit2 v1.8.0
5
+ - Upgrade to libgit2 v1.8.1
6
6
7
7
- New ` push_options ` optional argument in ` Repository.push(...) `
8
8
[ #1282 ] ( https://github.com/libgit2/pygit2/pull/1282 )
9
9
10
10
- New support comparison of ` Oid ` with text string
11
11
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
+
12
18
- Remove setuptools runtime dependency
13
19
[ #1281 ] ( https://github.com/libgit2/pygit2/pull/1281 )
14
20
Original file line number Diff line number Diff line change 1
- version : 1.14 .{build}
1
+ version : 1.15 .{build}
2
2
image : Visual Studio 2019
3
3
configuration : Release
4
4
environment :
Original file line number Diff line number Diff line change 22
22
# author = ''
23
23
24
24
# The full version, including alpha/beta/rc tags
25
- release = '1.14.1 '
25
+ release = '1.15.0 '
26
26
27
27
28
28
# -- General configuration ---------------------------------------------------
Original file line number Diff line number Diff line change 34
34
#
35
35
# The version number of pygit2
36
36
#
37
- __version__ = '1.14.1 '
37
+ __version__ = '1.15.0 '
38
38
39
39
40
40
#
You can’t perform that action at this time.
0 commit comments