From 080bea4862a46bbe32b058b5c684a17200c9edde Mon Sep 17 00:00:00 2001 From: Nabil Freij Date: Tue, 23 Jul 2024 18:00:26 -0700 Subject: [PATCH] release 0.6 changelog --- CHANGELOG.rst | 10 ++++++++++ changelog/111.breaking.rst | 1 - changelog/112.breaking.rst | 1 - 3 files changed, 10 insertions(+), 2 deletions(-) delete mode 100644 changelog/111.breaking.rst delete mode 100644 changelog/112.breaking.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 73b545e..837638d 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,13 @@ +0.6.0 (2024-07-23) +================== + +Backwards Incompatible Changes +------------------------------ + +- Dropped support for Python 3.9 (`#111 `__) +- Increased the minimum required version of ``sunpy`` to v6.0.0. (`#112 `__) + + 0.5.0 (2024-03-01) ================== diff --git a/changelog/111.breaking.rst b/changelog/111.breaking.rst deleted file mode 100644 index 81aed51..0000000 --- a/changelog/111.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Dropped support for Python 3.9 diff --git a/changelog/112.breaking.rst b/changelog/112.breaking.rst deleted file mode 100644 index 28b0e40..0000000 --- a/changelog/112.breaking.rst +++ /dev/null @@ -1 +0,0 @@ -Increased the minimum required version of ``sunpy`` to v6.0.0.