Skip to content

Commit 9bed5b7

Browse files
authored
Prepare readme for release (#82)
2 parents 2e387de + eef061c commit 9bed5b7

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

RELEASE_NOTES.md

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,10 @@
11
# Frequenz Microgrid API Client Release Notes
22

3-
## Summary
4-
5-
<!-- Here goes a general summary of what this release is about -->
6-
73
## Upgrading
84

95
- This release stops using `betterproto` and `grpclib` as backend for gRPC and goes back to using Google's `grpcio` and `protobuf`.
106

117
If your code was using `betterproto` and `grpclib`, it now needs to be ported to use `grpcio` and `protobuf` too. Remember to also remove any `betterproto` and `grpclib` dependencies from your project.
128

13-
## New Features
14-
15-
<!-- Here goes the main new features and examples or instructions on how to use them -->
16-
17-
## Bug Fixes
9+
- We are now using base-client v0.6.0.
1810

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

0 commit comments

Comments
 (0)