Skip to content

Commit 7d817f0

Browse files
committed
Prepare release notes for release
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 46c0c4a commit 7d817f0

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This is a small release to allow for easier interoperability between different APIs.
66

77
## Upgrading
88

@@ -12,11 +12,3 @@
1212
* `from frequenz.client.microgrid import MicrogridId` -> `from frequenz.client.common.microgrid import MicrogridId`
1313
* `from frequenz.client.microgrid import ComponentId` -> `from frequenz.client.common.microgrid.components import ComponentId`
1414
* `from frequenz.client.microgrid import SensorId` -> `from frequenz.client.common.microgrid.sensors import SensorId`
15-
16-
## New Features
17-
18-
<!-- Here goes the main new features and examples or instructions on how to use them -->
19-
20-
## Bug Fixes
21-
22-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)