mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2024-11-22 17:47:02 +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
|
||||
catalog = catalogs
|
||||
|
||||
VERSION = '1.14.11'
|
||||
VERSION = '1.15.0'
|
||||
"""Version number that follows semantic versioning.
|
||||
|
||||
:type: str
|
||||
|
|
|
@ -11,6 +11,13 @@ Development version
|
|||
-------------------
|
||||
- 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
|
||||
-------
|
||||
- Update README.
|
||||
|
|
Loading…
Reference in New Issue
Block a user