Skip to content

Commit

Permalink
Release 1.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Feb 10, 2024
1 parent 888d195 commit c174e35
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 3 deletions.
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ Authors:
Erik van Zijst
Fabrice Salvaire
Ferengee
Florian Weimer
Frazer McLean
Gustavo Di Pietro
Holger Frey
Expand Down
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,23 @@
# 1.14.1 (2024-02-10)

- Update wheels to libgit2 v1.7.2

- Now `Object.filemode` returns `enums.FileMode` and `Reference.type` returns
`enums.ReferenceType`
[#1273](https://github.com/libgit2/pygit2/pull/1273)

- Fix tests on Fedora 40
[#1275](https://github.com/libgit2/pygit2/pull/1275)

Deprecations:

- Deprecate `ReferenceType.OID`, use `ReferenceType.DIRECT`
- Deprecate `ReferenceType.LISTALL`, use `ReferenceType.ALL`

# 1.14.0 (2024-01-26)

- Drop support for Python 3.8
- Add Linux wheels for musl on x86_64
- Add Linux wheels for musl on x86\_64
[#1266](https://github.com/libgit2/pygit2/pull/1266)
- New `Repository.submodules` namespace
[#1250](https://github.com/libgit2/pygit2/pull/1250)
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.0'
release = '1.14.1'


# -- 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.0'
__version__ = '1.14.1'


#
Expand Down

0 comments on commit c174e35

Please sign in to comment.