Skip to content

Commit e6ea8a5

Browse files
authored
Bump version to 0.2.0 (#19)
Correspondingly, update `frequenz-microgrid-component-graph` to v0.2.0
2 parents 4818298 + bbfcdac commit e6ea8a5

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frequenz-microgrid-component-graph-python-bindings"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2024"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
@@ -10,4 +10,4 @@ crate-type = ["cdylib"]
1010

1111
[dependencies]
1212
pyo3 = "0.27.1"
13-
frequenz-microgrid-component-graph = "0.1.2"
13+
frequenz-microgrid-component-graph = "0.2.0"

RELEASE_NOTES.md

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

3-
## Summary
3+
## New Features
44

5-
This is the initial release of the python bindings for the component graph.
5+
- Grid formulas now use single successor meters as fallback components for meters attached to the grid.

0 commit comments

Comments
 (0)