Skip to content

Commit 3053048

Browse files
committed
Add release notes.
1 parent 6de4d93 commit 3053048

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ You can find the source code for `py-dependency-injection` on [GitHub](https://g
8383

8484
## Release Notes
8585

86+
### [1.0.0-alpha.10](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.10) (2024-08-11)
87+
88+
- **Tagged Constructor Injection**: Introduced support for constructor injection using the `Tagged`, `AnyTagged`, and `AllTagged` classes. This allows for seamless injection of dependencies that have been registered with specific tags, enhancing flexibility and control in managing your application's dependencies.
89+
8690
### [1.0.0-alpha.9](https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.9) (2024-08-08)
8791

8892
- **Breaking Change**: Removed constructor injection when resolving dataclasses.

docs/releases.rst

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@
66
Version History
77
###############
88

9+
**1.0.0-alpha.10 (2024-08-11)**
10+
11+
- **Tagged Constructor Injection**: Introduced support for constructor injection using the `Tagged`, `AnyTagged`, and `AllTagged` classes. This allows for seamless injection of dependencies that have been registered with specific tags, enhancing flexibility and control in managing your application's dependencies.
12+
13+
`View release on GitHub <https://github.com/runemalm/py-dependency-injection/releases/tag/v1.0.0-alpha.10>`_
14+
915
**1.0.0-alpha.9 (2024-08-08)**
1016

1117
- **Breaking Change**: Removed constructor injection when resolving dataclasses.

0 commit comments

Comments
 (0)