Skip to content

Commit

Permalink
Release 1.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jdavid committed Feb 4, 2022
1 parent 977416d commit 822a551
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions AUTHORS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Authors::
Michael Jones
Bernardo Heynemann
Brodie Rao
Iliyas Jorio
John Szakmeister
Nabijacz Leweli
Simon Cozens
Expand All @@ -57,6 +58,7 @@ Authors::
Assaf Nativ
Bob Carroll
Erik Johnson
Filip Rindler
Fraser Tweedale
Grégoire ROCHER
Han-Wen Nienhuys
Expand Down Expand Up @@ -88,7 +90,6 @@ Authors::
Huang Huang
Ian P. McCullough
Igor Gnatenko
Iliyas Jorio
Insomnia
Jack O'Connor
Jared Flatow
Expand Down Expand Up @@ -192,4 +193,3 @@ Authors::
chengyuhang
earl
odidev
Filip Rindler
14 changes: 7 additions & 7 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
1.8.0 (UNRELEASED)
1.8.0 (2022-02-04)
-------------------------

- Rename ``RemoteCallbacks.progress`` callback to ``.sideband_progress``
- Rename ``RemoteCallbacks.progress(...)`` callback to ``.sideband_progress(...)``
`#1120 <https://github.com/libgit2/pygit2/pull/1120>`_

- New ``Repository.merge_base_many`` and ``Repository.merge_base_octopus``
- New ``Repository.merge_base_many(...)`` and ``Repository.merge_base_octopus(...)``
`#1112 <https://github.com/libgit2/pygit2/pull/1112>`_

- New ``Repository.listall_stashes``
- New ``Repository.listall_stashes()``
`#1117 <https://github.com/libgit2/pygit2/pull/1117>`_

- Code cleanup
`#1118 <https://github.com/libgit2/pygit2/pull/1118>`_

Backward incompatible changes:

- The ``RemoteCallbacks.progress`` callback has been renamed to
``RemoteCallbacks.sideband_progress``. This matches the documentation, but
may break existing code that still uses the old name.
- The ``RemoteCallbacks.progress(...)`` callback has been renamed to
``RemoteCallbacks.sideband_progress(...)``. This matches the documentation,
but may break existing code that still uses the old name.


1.7.2 (2021-12-06)
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.7.2'
release = '1.8.0'


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ The version number of pygit2 is composed of three numbers separated by dots
|lq| *major.medium.minor* |rq|:

- *major* will always be 1 (until we release 2.0 in a far undefined future)
- *medium* will increase whenever we make breaking changes, or add new features, or
upgrade to new versions of libgit2.
- *medium* will increase whenever we make breaking changes, or upgrade to new
versions of libgit2.
- *minor* will increase for bug fixes.

The table below summarizes the latest pygit2 versions with the supported versions
Expand All @@ -77,7 +77,7 @@ of Python and the required libgit2 version.
+-----------+----------------+----------------+
| pygit2 | Python | libgit2 |
+-----------+----------------+----------------+
| 1.7 | 3.7 - 3.10 | 1.3.x |
| 1.7 - 1.8 | 3.7 - 3.10 | 1.3.x |
+-----------+----------------+----------------+
| 1.4 - 1.6 | 3.6 - 3.9 | 1.1.x |
+-----------+----------------+----------------+
Expand Down
2 changes: 1 addition & 1 deletion pygit2/_build.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#
# The version number of pygit2
#
__version__ = '1.7.2'
__version__ = '1.8.0'


#
Expand Down

0 comments on commit 822a551

Please sign in to comment.