Skip to content

Commit 5523241

Browse files
authored
Bump version to 0.1.1 (#21)
2 parents 82e9d31 + d6cd6bd commit 5523241

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "frequenz-microgrid-component-graph"
33
description = "A library for representing the components of a microgrid and the connections between them as a Directed Acyclic Graph (DAG)."
4-
version = "0.1.0"
4+
version = "0.1.1"
55
edition = "2021"
66
repository = "https://github.com/frequenz-floss/frequenz-microgrid-component-graph-rs"
77
license = "MIT"

RELEASE_NOTES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
# Frequenz Component Graph Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
7-
## Upgrading
8-
9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
10-
11-
## New Features
12-
13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
14-
153
## Bug Fixes
164

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

0 commit comments

Comments
 (0)