Skip to content

Commit 80041f4

Browse files
authored
Release version 0.21.0 (#226)
1 parent f9b10f9 commit 80041f4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Injector Change Log
22
===================
33

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+
413
0.20.1
514
------
615

injector/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262

6363
__author__ = 'Alec Thomas <alec@swapoff.org>'
64-
__version__ = '0.20.1'
64+
__version__ = '0.21.0'
6565
__version_tag__ = ''
6666

6767
log = logging.getLogger('injector')

0 commit comments

Comments
 (0)