Skip to content

Commit

Permalink
Release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed May 18, 2024
1 parent 0fca184 commit facaf22
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 5 deletions.
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Tamir Bahar <tamir@north-bit.com> <tmr232@github>
Tamir Bahar <tamir@north-bit.com> <tmr232@users.noreply.github.com>
Victor Garcia <bravejolie@gmail.com> <victor@tuenti.com>
Vlad Temian <vladtemian@gmail.com>
Wim Jeantine-Glenn <hey@wimglenn.com>
Xavier Delannoy <xavier.delannoy@gmail.com>
Xu Tao <xutao881001@gmail.com>
Xu Tao <xutao881001@gmail.com> <xutao@douban.com>
5 changes: 5 additions & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ Authors:
Jason Ziglar
Leonardo Rhodes
Mark Adams
Michał Kępień
Nika Layzell
Peter-Yi Zhang
Petr Viktorin
Expand All @@ -81,6 +82,7 @@ Authors:
Sukhman Bhuller
Thomas Kluyver
Tyler Cipriani
WANG Xuerui
Alex Chamberlain
Alexander Bayandin
Amit Bakshi
Expand Down Expand Up @@ -185,10 +187,12 @@ Authors:
Mathieu Parent
Mathieu Pillard
Matthaus Woolard
Maxwell G
Michał Górny
Nicolás Sanguinetti
Nikita Kartashov
Nikolai Zujev
Nils Philippsen
Noah Fontes
Óscar San José
Patrick Lühne
Expand All @@ -212,6 +216,7 @@ Authors:
Tad Hardesty
Timo Röhling
Vladimir Rutsky
Wim Jeantine-Glenn
Yu Jianjian
buhl
chengyuhang
Expand Down
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,20 @@
# 1.15.0 (UNRELEASED)
# 1.15.0 (2024-05-18)

- Many deprecated features have been removed, see below

- Upgrade to libgit2 v1.8.0
- Upgrade to libgit2 v1.8.1

- New `push_options` optional argument in `Repository.push(...)`
[#1282](https://github.com/libgit2/pygit2/pull/1282)

- New support comparison of `Oid` with text string

- Fix `CheckoutNotify.IGNORED`
[#1288](https://github.com/libgit2/pygit2/issues/1288)

- Use default error handler when decoding/encoding paths
[#537](https://github.com/libgit2/pygit2/issues/537)

- Remove setuptools runtime dependency
[#1281](https://github.com/libgit2/pygit2/pull/1281)

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.14.{build}
version: 1.15.{build}
image: Visual Studio 2019
configuration: Release
environment:
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
# author = ''

# The full version, including alpha/beta/rc tags
release = '1.14.1'
release = '1.15.0'


# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion pygit2/_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#
# The version number of pygit2
#
__version__ = '1.14.1'
__version__ = '1.15.0'


#
Expand Down

0 comments on commit facaf22

Please sign in to comment.