Skip to content

Commit

Permalink
Release 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
uranusjr committed Oct 11, 2021
1 parent ebccbd3 commit 35bc1c6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
0.8.1 (2021-10-12)
==================

Features
--------

- A new reporter hook ``resolving_conflicts`` is added. The resolver triggers
this hook when it detects conflicts in the dependency tree, and before it
attempts to fix them. The hook accepts one single argument ``causes``, which
is a list of ``(requirement, parent)`` 2-tuples that represents all the
edges that lead to the detected conflicts. `#81 <https://github.com/sarugaku/resolvelib/issues/81>`_


0.8.0 (2021-10-08)
==================

Expand Down
5 changes: 0 additions & 5 deletions news/81.feature.rst

This file was deleted.

2 changes: 1 addition & 1 deletion src/resolvelib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"ResolutionTooDeep",
]

__version__ = "0.8.1.dev0"
__version__ = "0.8.1"


from .providers import AbstractProvider, AbstractResolver
Expand Down

0 comments on commit 35bc1c6

Please sign in to comment.