shithub: hugo

Download patch

ref: 253e5fdc699fe915305c3f685843dcd45f05b3c9
parent: 7bc1270ec74dd5497d10e1a0c6aa65183b5c9b9a
author: hugoreleaser <[email protected]>
date: Fri Sep 13 04:04:20 EDT 2019

releaser: Add release notes to /docs for release of 0.58.2

[ci skip]

--- /dev/null
+++ b/docs/content/en/news/0.58.2-relnotes/index.md
@@ -1,0 +1,20 @@
+
+---
+date: 2019-09-13
+title: "Hugo 0.58.2: A couple of Bug Fixes"
+description: "This version fixes a couple of bugs introduced in 0.58.0."
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+	
+
+This is a bug-fix release with a couple of important fixes.
+
+* Fix cache keys for bundled resoures in transform.Unmarshal [c0d75736](https://github.com/gohugoio/hugo/commit/c0d7573677e9726c14749ccd432dccb75e0d194d) [@bep](https://github.com/bep) [#6327](https://github.com/gohugoio/hugo/issues/6327)
+* filecache: Ignore "does not exist" errors in prune [fcfa6f33](https://github.com/gohugoio/hugo/commit/fcfa6f33bbebc128a3f9bc3162173bc3780c5f50) [@bep](https://github.com/bep) [#6326](https://github.com/gohugoio/hugo/issues/6326)[#5745](https://github.com/gohugoio/hugo/issues/5745)
+
+
+