Skip to content

Commit

Permalink
Release version 0.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Dec 14, 2019
1 parent 94f5460 commit d521472
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
Injector Change Log
===================

0.18.2
------

- Added remaining type hints to the codebase so that the client code can have better static typing safety
- Fixed UnsatisfiedRequirement string representation (this time for real)
- Added forward return type reference support to provider methods

0.18.1
------

Expand Down
2 changes: 1 addition & 1 deletion injector/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def get_type_hints(


__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.18.1'
__version__ = '0.18.2'
__version_tag__ = ''

log = logging.getLogger('injector')
Expand Down

0 comments on commit d521472

Please sign in to comment.