From 2433afe3519d3e95fcf2b9f9f1725a3cbba91b50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Th=C3=A9ophile=20Choutri=20de=20Tarl=C3=A9?= Date: Sun, 12 Jan 2025 21:57:43 +0100 Subject: [PATCH] Prepare release 1.0.24 (#820) --- CHANGELOG.md | 5 +++++ changelog.d/817 | 2 -- changelog.d/819 | 2 -- flora.cabal | 2 +- 4 files changed, 6 insertions(+), 5 deletions(-) delete mode 100644 changelog.d/817 delete mode 100644 changelog.d/819 diff --git a/CHANGELOG.md b/CHANGELOG.md index 45a40c23..9f46db68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## 1.0.24 -- 2025-01-12 + +- Do not wrongly include "Nothing" as a query param to dependents listing pages' URL [#817](https://github.com/flora-pm/flora-server/pull/817) +- Include prismJS to highlight code in the READMEs [#819](https://github.com/flora-pm/flora-server/pull/819) + ## 1.0.23 -- 2025-01-02 - Record more route duration metrics with prometheus [#810](https://github.com/flora-pm/flora-server/pull/810) diff --git a/changelog.d/817 b/changelog.d/817 deleted file mode 100644 index 964e66d5..00000000 --- a/changelog.d/817 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Do not wrongly include "Nothing" as a query param to dependents listing pages' URL -prs: #817 diff --git a/changelog.d/819 b/changelog.d/819 deleted file mode 100644 index 2b721b74..00000000 --- a/changelog.d/819 +++ /dev/null @@ -1,2 +0,0 @@ -synopsis: Include prismJS to highlight code in the READMEs -prs: #819 diff --git a/flora.cabal b/flora.cabal index 1044ade8..408fb8bd 100644 --- a/flora.cabal +++ b/flora.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: flora -version: 1.0.23 +version: 1.0.24 homepage: https://github.com/flora-pm/flora-server/#readme bug-reports: https://github.com/flora-pm/flora-server/issues author: Théophile Choutri