From d172ba6713902200b8d7aa10b8f97da92a00cf1b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 22:21:09 +0000 Subject: [PATCH] Render changelog for v1.3.0 (#334) Co-authored-by: Cadair --- CHANGELOG.rst | 16 ++++++++++++++++ changelog/311.feature.rst | 1 - changelog/323.doc.rst | 1 - changelog/326.feature.rst | 1 - 4 files changed, 16 insertions(+), 3 deletions(-) delete mode 100644 changelog/311.feature.rst delete mode 100644 changelog/323.doc.rst delete mode 100644 changelog/326.feature.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index c537a32e..d453e045 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -1,3 +1,19 @@ +1.3.0 (2024-02-19) +================== + +Features +-------- + +- Call the DKIST search API to automatically determine valid data search parameters and register those with the Fido client. (`#311 `_) +- Use a new feature in the DKIST datasets API to search for all datasets which intersect the given time. (`#326 `_) + + +Improved Documentation +---------------------- + +- Fix some small issues with the installation instructions. (`#323 `_) + + 1.2.1 (2024-01-30) ================== diff --git a/changelog/311.feature.rst b/changelog/311.feature.rst deleted file mode 100644 index a51f9040..00000000 --- a/changelog/311.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Call the DKIST search API to automatically determine valid data search parameters and register those with the Fido client. diff --git a/changelog/323.doc.rst b/changelog/323.doc.rst deleted file mode 100644 index 3441130e..00000000 --- a/changelog/323.doc.rst +++ /dev/null @@ -1 +0,0 @@ -Fix some small issues with the installation instructions. diff --git a/changelog/326.feature.rst b/changelog/326.feature.rst deleted file mode 100644 index a6cfb979..00000000 --- a/changelog/326.feature.rst +++ /dev/null @@ -1 +0,0 @@ -Use a new feature in the DKIST datasets API to search for all datasets which intersect the given time.