From 84be1e5c99defeed5aa4a1234703cb1fe02efd60 Mon Sep 17 00:00:00 2001 From: Jasper Van der Jeugt Date: Wed, 14 Mar 2018 11:01:26 -0400 Subject: Bump version to 4.12.0.0 --- CHANGELOG.md | 14 ++++++++++++++ hakyll.cabal | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 704008d..600946e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ title: Releases # Releases +## Hakyll 4.12.0.0 + +- Add Semigroup instances for existing Monoids (contribution by + Christian Barcenas) +- Fix issue with CPP and comment containing `/*` +- Add `withTagList` (contribution by Oleg Grenrus) +- Improve CSS compression (contribution by Bergi) +- Bump pandoc-citeproc to 0.14 +- Bump resourcet to 1.2 +- Bump time to 1.9 +- Bump http-types to 0.12 +- Bump http-conduit to 2.3 +- Bump tasty-quickcheck to 0.10 + ## Hakyll 4.11.0.0 - Bump binary to 0.9 diff --git a/hakyll.cabal b/hakyll.cabal index a195eea..c934c26 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.11.0.0 +Version: 4.12.0.0 Synopsis: A static website compiler library Description: -- cgit v1.2.3