Skip to content

Commit facaf22

Browse files
committed
Release 1.15.0
1 parent 0fca184 commit facaf22

File tree

6 files changed

+17
-5
lines changed

6 files changed

+17
-5
lines changed

.mailmap

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Tamir Bahar <[email protected]> <tmr232@github>
3131
3232
3333
Vlad Temian <[email protected]>
34+
Wim Jeantine-Glenn <[email protected]>
3435
Xavier Delannoy <[email protected]>
3536
3637

AUTHORS.md

+5
Original file line numberDiff line numberDiff 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

CHANGELOG.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
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

appveyor.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version: 1.14.{build}
1+
version: 1.15.{build}
22
image: Visual Studio 2019
33
configuration: Release
44
environment:

docs/conf.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
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 ---------------------------------------------------

pygit2/_build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#
3535
# The version number of pygit2
3636
#
37-
__version__ = '1.14.1'
37+
__version__ = '1.15.0'
3838

3939

4040
#

0 commit comments

Comments
 (0)