diff --git a/Cargo.toml b/Cargo.toml index a96bad1..708351a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "frequenz-microgrid-component-graph" description = "A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG)." -version = "0.1.0" +version = "0.1.1" edition = "2021" repository = "https://github.com/frequenz-floss/frequenz-microgrid-component-graph-rs" license = "MIT" diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index e3b27c1..59c56fe 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,17 +1,5 @@ # Frequenz Component Graph Release Notes -## Summary - - - -## Upgrading - - - -## New Features - - - ## Bug Fixes - This fixes a bug in a rare case where the grid component could get picked as a fallback component.