diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0764a117..b99e3a30 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -2,4 +2,36 @@ ## Summary -This release just widens the `setuptools` dependency to allow for version 80.x. + + +## Upgrading + + + +### Cookiecutter template + +All upgrading should be done via the migration script or regenerating the templates. + +```bash +curl -sSL https://raw.githubusercontent.com/frequenz-floss/frequenz-repo-config-python/v0.12/cookiecutter/migrate.py | python3 +``` + +But you might still need to adapt your code: + + + +## New Features + + + +### Cookiecutter template + + + +## Bug Fixes + + + +### Cookiecutter template + +