From: hugoreleaser Date: Sun, 28 Jul 2019 14:51:43 +0000 (+0000) Subject: releaser: Add release notes for 0.56.1 X-Git-Tag: v0.56.1~2 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=447700228c95d9cef4fd1355857fd935b2c7e944;p=brevno-suite%2Fhugo releaser: Add release notes for 0.56.1 [ci skip] --- diff --git a/temp/0.56.1-relnotes-ready.md b/temp/0.56.1-relnotes-ready.md new file mode 100644 index 00000000..fd8cc706 --- /dev/null +++ b/temp/0.56.1-relnotes-ready.md @@ -0,0 +1,11 @@ + + +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) + + +