Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gohugoio/hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-07-28 17:51:43 +0300
committerhugoreleaser <bjorn.erik.pedersen+hugoreleaser@gmail.com>2019-07-28 17:51:43 +0300
commit0ad218afc56eca22bdc171b13697e62c38b40854 (patch)
treef61f5ca5a985d9c66a6a47fa22fb8e5c7988a09c
parentb5fda703f9722672f628f966d6e3acdfd43f367a (diff)
releaser: Add release notes to /docs for release of 0.56.1v0.56.1
[ci skip]
-rw-r--r--docs/content/en/news/0.56.1-relnotes/index.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/content/en/news/0.56.1-relnotes/index.md b/docs/content/en/news/0.56.1-relnotes/index.md
new file mode 100644
index 000000000..d0f7d7a9a
--- /dev/null
+++ b/docs/content/en/news/0.56.1-relnotes/index.md
@@ -0,0 +1,22 @@
+
+---
+date: 2019-07-28
+title: "0.56.1"
+description: "0.56.1"
+categories: ["Releases"]
+images:
+- images/blog/hugo-bug-poster.png
+
+---
+
+
+
+This is a bug-fix release with a couple of important fixes.
+
+* common/maps: Do not return error on params dot access on incompatible types [e393c629](https://github.com/gohugoio/hugo/commit/e393c6290e827111a8a2e486791dc21f63a92b55) [@bep](https://github.com/bep) [#6121](https://github.com/gohugoio/hugo/issues/6121)
+* resources: Fix image Width/Height regression [93d02aab](https://github.com/gohugoio/hugo/commit/93d02aabe6e611d65c428a9c5669b422e1bcf5e8) [@bep](https://github.com/bep) [#6120](https://github.com/gohugoio/hugo/issues/6120)
+* modules: Set GO111MODULE=on [e5fe3789](https://github.com/gohugoio/hugo/commit/e5fe378925c16c75902bbb46499c376c530ebdb5) [@bep](https://github.com/bep) [#6114](https://github.com/gohugoio/hugo/issues/6114)
+* cache/filecache: Skip resource cache init if the fs is missing [da4c4a77](https://github.com/gohugoio/hugo/commit/da4c4a7789d403af3f4f4fdd5dfd3327535e4050) [@bep](https://github.com/bep) [#6113](https://github.com/gohugoio/hugo/issues/6113)
+
+
+