From 5c9526bf659e35514279f3271e8817b12034a894 Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 11 Jun 2025 09:10:17 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 063a2b57..80e5f0cb 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,13 +2,16 @@ ## Summary -This is a small release to allow for easier interoperability between different APIs. + ## Upgrading -- Some minimum dependency versions are bumped, so you might need to update your dependencies as well. -- The IDs (`MicrogridId`, `ComponentId`, `SensorId`) are now imported from `frequenz-client-common`. Please add it to your dependencies if you haven't already, then you can replace your imports: + - * `from frequenz.client.microgrid import MicrogridId` -> `from frequenz.client.common.microgrid import MicrogridId` - * `from frequenz.client.microgrid import ComponentId` -> `from frequenz.client.common.microgrid.components import ComponentId` - * `from frequenz.client.microgrid import SensorId` -> `from frequenz.client.common.microgrid.sensors import SensorId` +## New Features + + + +## Bug Fixes + +