Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 0 additions & 12 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,5 @@
# Frequenz Component Graph Release Notes

## Summary

<!-- Here goes a general summary of what this release is about -->

## Upgrading

<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

## New Features

<!-- Here goes the main new features and examples or instructions on how to use them -->

## Bug Fixes

- This fixes a bug in a rare case where the grid component could get picked as a fallback component.