Skip to content

Commit 74b1f33

Browse files
committed
Prepare release notes for v0.7.0
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent 5aa05de commit 74b1f33

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

RELEASE_NOTES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# Frequenz Microgrid API Client Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
73
## Upgrading
84

95
- Now component and microgrid IDs are wrapped in new classes: `ComponentId` and `MicrogridId` respectively.
@@ -16,11 +12,3 @@
1612
- Ensuring proper hash behavior in collections.
1713

1814
To migrate you just need to wrap your `int` IDs with the appropriate class: `0` -> `ComponentId(0)` / `MicrogridId(0)`.
19-
20-
## New Features
21-
22-
<!-- Here goes the main new features and examples or instructions on how to use them -->
23-
24-
## Bug Fixes
25-
26-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)