Skip to content

Commit

Permalink
Improve @containers.copy to replace subcontainer providers (#378)
Browse files Browse the repository at this point in the history
* Improve @containers.copy to replace subcontainer providers

* Bump version to 4.11.1
  • Loading branch information
rmk135 committed Jan 27, 2021
1 parent 78479c6 commit 92938b0
Show file tree
Hide file tree
Showing 5 changed files with 1,006 additions and 496 deletions.
6 changes: 6 additions & 0 deletions docs/main/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ that were made in every particular version.
From version 0.7.6 *Dependency Injector* framework strictly
follows `Semantic versioning`_

4.11.1
------
- Fix a bug in ``@containers.copy`` to improve replacing of subcontainer providers.
See issue `#378 <https://github.com/ets-labs/python-dependency-injector/issues/378>`_.
Many thanks to `Shaun Cutts <https://github.com/shaunc>`_ for reporting the issue.

4.11.0
------
- Add ``loader`` argument to the configuration provider ``Configuration.from_yaml(..., loader=...)``
Expand Down
2 changes: 1 addition & 1 deletion src/dependency_injector/__init__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""Top-level package."""

__version__ = '4.11.0'
__version__ = '4.11.1'
"""Version number.
:type: str
Expand Down

0 comments on commit 92938b0

Please sign in to comment.