From 6592d8ddc19d0c0e25621b8880af3cb29501fb57 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Fri, 30 Aug 2019 11:54:26 +0200 Subject: Bump version to 4.13.0.0 --- CHANGELOG.md | 13 +++++++++++++ hakyll.cabal | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5ed78b..ce31d9a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,19 @@ title: Releases # Releases +## Hakyll 4.13.0.0 (2019-08-30) + +- Improved documentation in many places (contribution by Bergi) +- Significantly improve error messages when reading and applying templates + (contribution by Bergi) + * `empty` and `fail` for `Compiler` now fail without or with a message, + allowing for much better debug output + * `renderFeed`, `renderRssWithTemplates` and `renderAtomWithTemplates` now + take `Template` rather than `String` arguments +- Add option to specify date in directory structure,e.g. + `posts/2019/05/10/tomorrow.md` (contribution by Taeer Bar-Ya) +- Bump QuickCheck to 2.13 + ## Hakyll 4.12.5.2 (2019-05-09) - Bump pandoc to 2.7 diff --git a/hakyll.cabal b/hakyll.cabal index 48cf5c0..246408a 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.12.5.2 +Version: 4.13.0.0 Synopsis: A static website compiler library Description: -- cgit v1.2.3