diff options
| author | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-01-03 16:41:54 +0100 |
|---|---|---|
| committer | Jasper Van der Jeugt <m@jaspervdj.be> | 2014-01-03 16:41:54 +0100 |
| commit | 0c431603163dc25927026c4ad99448b9ebd9c98b (patch) | |
| tree | 2fd191ebc02d289182329a263807326d6d8556d2 | |
| parent | b61877bdaaef8dd6ea8ffc406a2e60d7b104d0aa (diff) | |
| download | hakyll-0c431603163dc25927026c4ad99448b9ebd9c98b.tar.gz | |
Version bump (4.4.3.0)
| -rw-r--r-- | hakyll.cabal | 2 | ||||
| -rw-r--r-- | web/releases.markdown | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/hakyll.cabal b/hakyll.cabal index 001ee0e..293868b 100644 --- a/hakyll.cabal +++ b/hakyll.cabal @@ -1,5 +1,5 @@ Name: hakyll -Version: 4.4.2.0 +Version: 4.4.3.0 Synopsis: A static website compiler library Description: diff --git a/web/releases.markdown b/web/releases.markdown index 95fad2f..7277ea9 100644 --- a/web/releases.markdown +++ b/web/releases.markdown @@ -4,6 +4,10 @@ title: Releases # Releases +## Hakyll 4.4.3.0 + +- Fix issue when using `metadataRoute` after other custom routes + ## Hakyll 4.4.2.0 - Fix issue where Hakyll would not detect a change if a `.metadata` file was |
