diff options
| -rw-r--r-- | hakyll.cabal | 2 | ||||
| -rw-r--r-- | src/Hakyll/Web/Tags.hs | 2 | ||||
| -rw-r--r-- | web/releases.markdown | 6 |
3 files changed, 8 insertions, 2 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 33b9928..a3a75cd 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.1.2.1 +Version: 4.1.3.0 Synopsis: A static website compiler library Description: diff --git a/src/Hakyll/Web/Tags.hs b/src/Hakyll/Web/Tags.hs index 4566db6..edb21ed 100644 --- a/src/Hakyll/Web/Tags.hs +++ b/src/Hakyll/Web/Tags.hs @@ -41,7 +41,7 @@ {-# LANGUAGE GeneralizedNewtypeDeriving #-} {-# LANGUAGE OverloadedStrings #-} module Hakyll.Web.Tags - ( Tags + ( Tags (..) , getTags , buildTagsWith , buildTags diff --git a/web/releases.markdown b/web/releases.markdown index ce18788..ab77c62 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,12 @@ title: Releases # Releases +## Hakyll 4.1.3.0 + +*January 26, 2013* + +- Export the constructor of the `Tags` datatype + ## Hakyll 4.1.2.0 *January 20, 2013* |
