releaser: Add release notes to /docs for release of 0.42.1 - hugo - [fork] hugo port for 9front
HTML git clone git@git.drkhsh.at/hugo.git
DIR Log
DIR Files
DIR Refs
DIR Submodules
DIR README
DIR LICENSE
---
DIR commit 4172a835e544b867f292579019d0597439e596ba
DIR parent fc97388968dbea6298f6c0b616ffad704f5c31f0
HTML Author: hugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>
Date: Wed, 13 Jun 2018 10:16:33 +0000
releaser: Add release notes to /docs for release of 0.42.1
[ci skip]
Diffstat:
A docs/content/en/news/0.42.1-relnot… | 18 ++++++++++++++++++
1 file changed, 18 insertions(+), 0 deletions(-)
---
DIR diff --git a/docs/content/en/news/0.42.1-relnotes/index.md b/docs/content/en/news/0.42.1-relnotes/index.md
@@ -0,0 +1,18 @@
+
+---
+date: 2018-06-13
+title: "0.42.1"
+description: "0.42.1"
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with two fixes:
+
+* Reset the global pages cache on server rebuilds [128f14ef](https://github.com/gohugoio/hugo/commit/128f14efad90886ffef37c01ac1e20436a732f97) [@bep](https://github.com/bep) [#4845](https://github.com/gohugoio/hugo/issues/4845)
+* Do not fail server build when /static is missing [34ee27a7](https://github.com/gohugoio/hugo/commit/34ee27a78b9e2b5f475d44253ae234067b76cc6e) [@bep](https://github.com/bep) [#4846](https://github.com/gohugoio/hugo/issues/4846)
+