Skip to content

Commit

Permalink
Release version 0.21.0 (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jstasiak committed Jul 27, 2023
1 parent f9b10f9 commit 80041f4
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
Injector Change Log
===================

0.21.0
------

- Improved the documentation, thanks to jonathanmach and Jakub Wilk
- Fixed a thread-safety regression
- Improved the type annotations, thanks to David Pärsson
- Fixed singleton scope behavior with parent/child injectors, thanks to David Pärsson
- Stopped using a deprecated test function, thanks to ljnsn

0.20.1
------

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 <[email protected]>'
__version__ = '0.20.1'
__version__ = '0.21.0'
__version_tag__ = ''

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

0 comments on commit 80041f4

Please sign in to comment.