hakyll 4.13.0.0 → 4.13.0.1
raw patch · 4 files changed
+10/−2 lines, 4 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +5/−1
- hakyll.cabal +3/−1
- tests/data/embed.html +1/−0
- tests/data/posts/2019/05/10/tomorrow.md +1/−0
CHANGELOG.md view
@@ -4,6 +4,10 @@ # Releases +## Hakyll 4.13.0.1 (2019-09-18)++- Add missing test files (contribution by Justin Humm)+ ## Hakyll 4.13.0.0 (2019-08-30) - Improved documentation in many places (contribution by Bergi)@@ -190,7 +194,7 @@ - Improve error messages for template parsing (contribution by Lorenzo Tabacchini) - Improvements to the installation instructions (contribution by Thomas Koch)-- Move from `snap` to `warp` for preview servier (contribution by Arguggi)+- Move from `snap` to `warp` for preview server (contribution by Arguggi) - Fix error in CompressCSS (contribution by Luca Molteni) - Move example from XHTML to HTML5 (contribution by Peter Doherty) - Make errors in check less verbose (contribution by Jan Tojnar)
hakyll.cabal view
@@ -1,5 +1,5 @@ Name: hakyll-Version: 4.13.0.0+Version: 4.13.0.1 Synopsis: A static website compiler library Description:@@ -59,6 +59,7 @@ Extra-source-files: CHANGELOG.md+ tests/data/embed.html tests/data/example.md tests/data/example.md.metadata tests/data/images/favicon.ico@@ -69,6 +70,7 @@ tests/data/partial.html.out tests/data/posts/2010-08-26-birthday.md tests/data/posts/2018-09-26.md+ tests/data/posts/2019/05/10/tomorrow.md tests/data/russian.md tests/data/strip.html tests/data/strip.html.out
+ tests/data/embed.html view
@@ -0,0 +1,1 @@+<p>$body$</p>
+ tests/data/posts/2019/05/10/tomorrow.md view
@@ -0,0 +1,1 @@+This day hasn't happened yet (as of writing this).