Skip to content

Commit

Permalink
Release version 0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Jun 14, 2022
1 parent 42f58c6 commit 97aef80
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
Injector Change Log
===================

0.20.0
------

- Fixed handling of Union combined with Annotated, thanks to Tobias Nilsson
- Fixed AssitedBuilder/child Injector interaction, thanks to Erik Cederberg
- Made get_bindings() and injections work even if a injectee's return type
annotation is a forward reference that can't be resolved

Backwards incompatible:

- Dropped Python 3.6 support

0.19.0
------

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


__author__ = 'Alec Thomas <alec@swapoff.org>'
__version__ = '0.19.0'
__version__ = '0.20.0'
__version_tag__ = ''

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

0 comments on commit 97aef80

Please sign in to comment.