We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9b10f9 commit 80041f4Copy full SHA for 80041f4
CHANGES
@@ -1,6 +1,15 @@
1
Injector Change Log
2
===================
3
4
+0.21.0
5
+------
6
+
7
+- Improved the documentation, thanks to jonathanmach and Jakub Wilk
8
+- Fixed a thread-safety regression
9
+- Improved the type annotations, thanks to David Pärsson
10
+- Fixed singleton scope behavior with parent/child injectors, thanks to David Pärsson
11
+- Stopped using a deprecated test function, thanks to ljnsn
12
13
0.20.1
14
------
15
injector/__init__.py
@@ -61,7 +61,7 @@
61
62
63
__author__ = 'Alec Thomas <alec@swapoff.org>'
64
-__version__ = '0.20.1'
+__version__ = '0.21.0'
65
__version_tag__ = ''
66
67
log = logging.getLogger('injector')
0 commit comments