Skip to content

Commit 8856675

Browse files
authored
Bump version to 0.5.0 (#49)
2 parents 875a90f + 7d5ba2e commit 8856675

2 files changed

Lines changed: 1 addition & 13 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frequenz-microgrid"
3-
version = "0.4.1"
3+
version = "0.5.0"
44
edition = "2024"
55
description = "A high-level interface to the Frequenz Microgrid API."
66
repository = "https://github.com/frequenz-floss/frequenz-microgrid-rs"

RELEASE_NOTES.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,5 @@
11
# Frequenz Microgrid 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-
113
## New Features
124

135
- New `PvPool` type (accessible via `Microgrid::pv_pool`) exposing:
@@ -18,7 +10,3 @@
1810
- `BatteryPool::telemetry_snapshots()` exposes the same per-component health partition (`BatteryPoolSnapshot`).
1911

2012
- The pool telemetry trackers and snapshot types (`BatteryPoolSnapshot`, `PvPoolSnapshot`, `InverterBatteryGroup`, `InverterBatteryGroupStatus`) are now public and re-exported from the crate root.
21-
22-
## Bug Fixes
23-
24-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->

0 commit comments

Comments
 (0)