Skip to content
Merged
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
14 changes: 6 additions & 8 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,16 @@

## Summary

This release replaces the failed v0.3.1 release.
<!-- Here goes a general summary of what this release is about -->

## Upgrading

- The `typing-extensions` dependency minimum version was bumped to 4.13 to support Python 3.12.
<!-- Here goes notes on how to upgrade from previous versions, including deprecations and what they should be replaced with -->

## New Features

- New `BaseId` class to create unique IDs for entities in the system.
- New ID classes for microgrid-related entities:
<!-- Here goes the main new features and examples or instructions on how to use them -->

* `EnterpriseId`
* `MicrogridId`
* `ComponentId`
* `SensorId`
## Bug Fixes

<!-- Here goes notable bug fixes that are worth a special mention or explanation -->
Loading