File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,13 @@ that were made in every particular version.
7
7
From version 0.7.6 *Dependency Injector * framework strictly
8
8
follows `Semantic versioning `_
9
9
10
+ 4.32.0
11
+ ------
12
+ - Add ``ContextLocalSingleton `` provider.
13
+ See PR: `#443 <https://github.com/ets-labs/python-dependency-injector/pull/442 >`_.
14
+ Thanks to `@sonthonaxrk <https://github.com/sonthonaxrk >`_ for the contribution.
15
+ - Regenerate C sources using Cython 0.29.22.
16
+
10
17
4.31.2
11
18
------
12
19
- Fix an issue with ``Dict `` provider non-string keys.
Original file line number Diff line number Diff line change 1
1
"""Top-level package."""
2
2
3
- __version__ = '4.31.2 '
3
+ __version__ = '4.32.0 '
4
4
"""Version number.
5
5
6
6
:type: str
You can’t perform that action at this time.
0 commit comments