Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 1 addition & 5 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
# Frequenz Dispatch Client Library Release Notes

## Summary

* The dispatch-cli application now features fancy colors and formatting!

## Bug Fixes

* Fixed a bug where the dispatch-cli application would crash when reading a Dispatch with frequency YEARLY
* Fix missing dependency in last release
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ dependencies = [
"frequenz-client-base >= 0.8.0, < 0.9.0",
"frequenz-client-common >= 0.1.0, < 0.3.0",
"grpcio >= 1.66.1, < 2",
"python-dateutil >= 2.8.2, < 3.0",
]
dynamic = ["version"]

Expand Down
Loading