We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f3a0c6e commit 0e9905eCopy full SHA for 0e9905e
CHANGES
@@ -1,6 +1,20 @@
1
Injector Change Log
2
===================
3
4
+0.22.0
5
+------
6
+
7
+Date: 2024-07-08
8
9
+Added:
10
11
+- Added support for injecting `PEP 593 <https://peps.python.org/pep-0593/>`_
12
+ `Annotated <https://docs.python.org/3/library/typing.html#typing.Annotated>`_
13
14
+Removed:
15
16
+- Dropped Python 3.7 support
17
18
0.21.0
19
------
20
injector/__init__.py
@@ -61,7 +61,7 @@
61
62
63
__author__ = 'Alec Thomas <[email protected]>'
64
-__version__ = '0.21.0'
+__version__ = '0.22.0'
65
__version_tag__ = ''
66
67
log = logging.getLogger('injector')
0 commit comments