Skip to content

Commit 0e9905e

Browse files
authored
Release version 0.22.0 (#261)
Let's get these changes released.
1 parent f3a0c6e commit 0e9905e

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGES

+14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
Injector Change Log
22
===================
33

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+
418
0.21.0
519
------
620

injector/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161

6262

6363
__author__ = 'Alec Thomas <[email protected]>'
64-
__version__ = '0.21.0'
64+
__version__ = '0.22.0'
6565
__version_tag__ = ''
6666

6767
log = logging.getLogger('injector')

0 commit comments

Comments
 (0)