mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-17 03:50:56 +03:00
Add 1.15.0 changelog
This commit is contained in:
parent
a531650c77
commit
2f50fcb9e7
|
@ -51,7 +51,7 @@ from .errors import UndefinedProviderError
|
||||||
from . import catalogs
|
from . import catalogs
|
||||||
catalog = catalogs
|
catalog = catalogs
|
||||||
|
|
||||||
VERSION = '1.14.11'
|
VERSION = '1.15.0'
|
||||||
"""Version number that follows semantic versioning.
|
"""Version number that follows semantic versioning.
|
||||||
|
|
||||||
:type: str
|
:type: str
|
||||||
|
|
|
@ -11,6 +11,13 @@ Development version
|
||||||
-------------------
|
-------------------
|
||||||
- No features.
|
- No features.
|
||||||
|
|
||||||
|
1.15.0
|
||||||
|
------
|
||||||
|
- Add ``Provider.provide()`` method. ``Provider.__call__()`` become a
|
||||||
|
reference to ``Provider.provide()``.
|
||||||
|
- Add provider overriding context.
|
||||||
|
- Update main examples and README.
|
||||||
|
|
||||||
1.14.11
|
1.14.11
|
||||||
-------
|
-------
|
||||||
- Update README.
|
- Update README.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user