From 832e3c1b6fef4d9832d61208a54cebdc8aa817e6 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 23 Aug 2023 20:51:05 +0200 Subject: [PATCH] Bump version to 4.16.1.0 --- CHANGELOG.md | 8 ++++++++ hakyll.cabal | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9afd016..08adf078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ title: Releases # Releases +## Hakyll 4.16.1.0 (2023-08-23) + +- Rewrite async scheduler; improves scaling and resource usage +- Add JSON Feed support (contribution by Berk Özkütük) +- Bump `aeson` upper bound to aeson 2.3 (contribution by Alexander Batischev) +- Bump `optparse-applicative` upper bound to aeson 0.19 (contribution by + Alexander Batischev) + ## Hakyll 4.16.0.0 (2023-04-27) - Bump `base` *lower* bound to 4.12 (GHC >= 8.6). Hakyll already failed to build diff --git a/hakyll.cabal b/hakyll.cabal index 2fece6fc..9911118a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.16.0.0 +Version: 4.16.1.0 Synopsis: A static website compiler library Description: