summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJasper Van der Jeugt <m@jaspervdj.be>2020-02-26 18:50:34 +0100
committerJasper Van der Jeugt <m@jaspervdj.be>2020-02-26 18:50:34 +0100
commite94ceb6c05a914515a5b9600c041a0442bc75542 (patch)
tree8132b063a0dd078c6bab4b2c0f276c134e71bdae
parentfe4ad9a4304bdccac1b55fdcc8fee3e5dabd7ab5 (diff)
downloadhakyll-e94ceb6c05a914515a5b9600c041a0442bc75542.tar.gz
Bump version to 4.13.1.0
-rw-r--r--CHANGELOG.md16
-rw-r--r--hakyll.cabal2
2 files changed, 14 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f5bb3e..17cd8a6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,9 +4,19 @@ title: Releases
# Releases
-## Unreleased
-
-- Support GHC-8.8. Add `MonadFail` instances and constraints.
+## Hakyll 4.13.1.0 (2020-02-26)
+
+- Fix timezone parsing bug with time-1.9
+- Remove constant field for homepage title in example site (by Liang-Ting Chen)
+- Clean up `stack.yaml` (by Hexirp)
+- Use crytonite instead of cryptohash (by Hexirp)
+- Expose CLI argument parser internals (by Jim McStanton)
+- Support GHC-8.8. Add `MonadFail` instances and constraints (by Veronika
+ Romashkina)
+- Fix file path compatibility with Windows (by Hexirp)
+- Fix logging output flushing in `site server` (by robx)
+- Fix spacing of command line usage in `hakyll-init` (by robx)
+- Add titles to tag fields by default
## Hakyll 4.13.0.1 (2019-09-18)
diff --git a/hakyll.cabal b/hakyll.cabal
index 7ce14db..7e5dabd 100644
--- a/hakyll.cabal
+++ b/hakyll.cabal
@@ -1,5 +1,5 @@
Name: hakyll
-Version: 4.13.0.1
+Version: 4.13.1.0
Synopsis: A static website compiler library
Description: