From f54c07f10f67223076ed9684888ba01775a51ffe Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Wed, 23 Apr 2025 10:39:57 +0200 Subject: [PATCH] Clear release notes Signed-off-by: Leandro Lucarella --- RELEASE_NOTES.md | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 89fbad83..b99e3a30 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -1,3 +1,37 @@ # Frequenz Repository Configuration Release Notes -This version only widens the `setuptools` dependency to support 79.x. +## Summary + + + +## 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 + +