Skip to content

Commit 0f1a52a

Browse files
Make DispatchInfo components type: TargetComponent public
Signed-off-by: Elzbieta Kotulska <[email protected]>
1 parent 55a32f9 commit 0f1a52a

File tree

2 files changed

+3
-14
lines changed

2 files changed

+3
-14
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Dispatch Highlevel Interface Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
153
## Bug Fixes
164

17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
5+
* Make `DispatchInfo` components type: `TargetComponent` public

src/frequenz/dispatch/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
1616
"""
1717

18-
from ._actor_dispatcher import ActorDispatcher, DispatchInfo
18+
from ._actor_dispatcher import ActorDispatcher, DispatchInfo, TargetComponents
1919
from ._bg_service import MergeStrategy
2020
from ._dispatch import Dispatch
2121
from ._dispatcher import Dispatcher
@@ -34,4 +34,5 @@
3434
"MergeStrategy",
3535
"MergeByType",
3636
"MergeByTypeTarget",
37+
"TargetComponents",
3738
]

0 commit comments

Comments
 (0)