Skip to content

Commit 0fe60f7

Browse files
authored
Merge pull request #54 from eduardiazf/chore/v0.1.0-sync
Update release notes
2 parents 5caf875 + 6a6ccb1 commit 0fe60f7

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

RELEASE_NOTES.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,20 @@
22

33
## Summary
44

5-
<!-- Here goes a general summary of what this release is about -->
5+
This release adds support for retrieving microgrid electrical component connections through a new client method and CLI command.
66

77
## Upgrading
88

9-
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->
9+
No migration required. This is a backward-compatible feature addition.
1010

1111
## New Features
1212

13-
<!-- Here goes the main new features and examples or instructions on how to use them -->
13+
### Component Connections API
14+
15+
* **New `ComponentConnection` class**: Introduced to represent connections between electrical components in a microgrid
16+
* **New client method**: Added method to retrieve microgrid electrical component connections
17+
* **CLI command extension**: Added `component-connections` command to list component connections
1418

1519
## Bug Fixes
1620

17-
<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
21+
<!-- No bug fixes in this release -->

0 commit comments

Comments
 (0)