Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 582 Bytes

CHANGES.md

File metadata and controls

23 lines (14 loc) · 582 Bytes

Versioning

minject uses semantic versioning. To learn more about semantic versioning, see the semantic versioning specification.

Changelog

v1.1.1

Fix inject_define bindings for multiple class declarations with the same class name in the same file (#43).

v1.1.0

Add support for async Python. This version introduces the following methods and decorators:

  • Registry.__aenter__
  • Registry.__aexit__
  • Registry.aget
  • @async_context

v1.0.0

  • Initial Release