From dd724e3cf4eef62402b9881d14121fd316cc93c2 Mon Sep 17 00:00:00 2001 From: lkstrp Date: Wed, 18 Sep 2024 08:56:24 +0200 Subject: [PATCH] prepare release `v0.6.0` --- doc/release-notes.rst | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/release-notes.rst b/doc/release-notes.rst index bc6fdfb..b2b9b2b 100644 --- a/doc/release-notes.rst +++ b/doc/release-notes.rst @@ -1,13 +1,19 @@ Release Notes ============== -Upcoming Version ----------------- +.. Upcoming Version +.. ---------------- -* BREAKING: Split "Bioenergy" into "Biogas" and "Solid Biomass". -* Consistently rename countries, affecting power plants in Czech Republic and - Moldova. +Version 0.6.0 (18.09.2024) +--------------------------- + +* BREAKING: Split "Bioenergy" into "Biogas" and "Solid Biomass" (https://github.com/PyPSA/powerplantmatching/pull/201). + +* Bugfix: Consistently rename countries, affecting power plants in Czech Republic and + Moldova (https://github.com/PyPSA/powerplantmatching/pull/204). + +* See full list of changes `here `__. Version 0.5.19 (16.09.2024) ---------------------------