Skip to content

Commit

Permalink
Release version 0.22.0
Browse files Browse the repository at this point in the history
Let's get these changes released.
  • Loading branch information
jstasiak committed Jul 7, 2024
1 parent f3a0c6e commit 28461df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES
Original file line number Diff line number Diff line change
@@ -1,6 +1,20 @@
Injector Change Log
===================

0.22.0
------

Date: 2024-07-08

Added:

- Added support for injecting `PEP 593 <https://peps.python.org/pep-0593/>`_
`Annotated <https://docs.python.org/3/library/typing.html#typing.Annotated>`_

Removed:

- Dropped Python 3.7 support

0.21.0
------

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.21.0'
__version__ = '0.22.0'
__version_tag__ = ''

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

0 comments on commit 28461df

Please sign in to comment.