From 57f6279c403b642f2a9b224403c84685df6d3473 Mon Sep 17 00:00:00 2001 From: Merel Theisen <49397448+merelcht@users.noreply.github.com> Date: Wed, 13 Nov 2024 14:25:39 +0100 Subject: [PATCH] style: Cleanup release notes with correct headers (#930) Cleanup release notes with correct headers Signed-off-by: Merel Theisen --- kedro-airflow/RELEASE.md | 7 +++++-- kedro-docker/RELEASE.md | 6 +++--- kedro-telemetry/RELEASE.md | 6 ++++-- 3 files changed, 12 insertions(+), 7 deletions(-) diff --git a/kedro-airflow/RELEASE.md b/kedro-airflow/RELEASE.md index 356a16731..e9b24ab85 100755 --- a/kedro-airflow/RELEASE.md +++ b/kedro-airflow/RELEASE.md @@ -1,8 +1,11 @@ # Upcoming Release - -# Release 0.10.0 * Removed support for Python 3.8 +## Community contributions +Many thanks to the following Kedroids for contributing PRs to this release: + +[Felix Scherz](https://github.com/felixscherz) + # Release 0.9.1 * Added support to specify `--conf-source` which would point to the runtime configuration directory to be used for running the DAG in airflow. This configuration path is added to the generated DAG. diff --git a/kedro-docker/RELEASE.md b/kedro-docker/RELEASE.md index 147efd465..86dbd2159 100644 --- a/kedro-docker/RELEASE.md +++ b/kedro-docker/RELEASE.md @@ -1,12 +1,12 @@ # Upcoming Release +## Major features and improvements +* Removed support for python 3.8 * Switch dependency management to `uv`. ## Thanks for supporting contributions +[Felix Scherz](https://github.com/felixscherz) [Minura Punchihewa](https://github.com/MinuraPunchihewa) -# Release 0.7.0 -## Major features and improvements -* Removed support for python 3.8 # Release 0.6.1 * Unpinned pip version requirement diff --git a/kedro-telemetry/RELEASE.md b/kedro-telemetry/RELEASE.md index 504ca2c34..96bbd015e 100644 --- a/kedro-telemetry/RELEASE.md +++ b/kedro-telemetry/RELEASE.md @@ -1,8 +1,10 @@ # Upcoming release - -# Release 0.7.0 * Removed support for Python 3.8 +## Thanks for supporting contributions +[Felix Scherz](https://github.com/felixscherz) + + # Release 0.6.1 * Changed Kedro CLI loading method to improve loading times. * Changed logging level from error to debug for most logging messages.