From 447700228c95d9cef4fd1355857fd935b2c7e944 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 28 Jul 2019 14:51:43 +0000 Subject: [PATCH 1/4] releaser: Add release notes for 0.56.1 [ci skip] --- temp/0.56.1-relnotes-ready.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 temp/0.56.1-relnotes-ready.md diff --git a/temp/0.56.1-relnotes-ready.md b/temp/0.56.1-relnotes-ready.md new file mode 100644 index 000000000..fd8cc706c --- /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) + + + From b5fda703f9722672f628f966d6e3acdfd43f367a Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 28 Jul 2019 14:51:43 +0000 Subject: [PATCH 2/4] releaser: Bump versions for release of 0.56.1 [ci skip] --- common/hugo/version_current.go | 6 +++--- snap/snapcraft.yaml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index 7b658dcc8..d70f8e89f 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -16,7 +16,7 @@ package hugo // CurrentVersion represents the current build version. // This should be the only one. var CurrentVersion = Version{ - Number: 0.57, - PatchLevel: 0, - Suffix: "-DEV", + Number: 0.56, + PatchLevel: 1, + Suffix: "", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 33f599649..7efb22d7c 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.57.0-DEV" +version: "0.56.1" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, easy use and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website. confinement: strict -grade: devel # "devel" or "stable" +grade: stable # "devel" or "stable" apps: hugo: From 0ad218afc56eca22bdc171b13697e62c38b40854 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 28 Jul 2019 14:51:43 +0000 Subject: [PATCH 3/4] releaser: Add release notes to /docs for release of 0.56.1 [ci skip] --- docs/content/en/news/0.56.1-relnotes/index.md | 22 +++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 docs/content/en/news/0.56.1-relnotes/index.md 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) + + + From 3ad16af6f869105ead0744d20c9c743a4bd3d17c Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 28 Jul 2019 15:05:28 +0000 Subject: [PATCH 4/4] releaser: Prepare repository for 0.57.0-DEV [ci skip] --- common/hugo/version_current.go | 6 +++--- snap/snapcraft.yaml | 4 ++-- temp/0.56.1-relnotes-ready.md | 11 ----------- 3 files changed, 5 insertions(+), 16 deletions(-) delete mode 100644 temp/0.56.1-relnotes-ready.md diff --git a/common/hugo/version_current.go b/common/hugo/version_current.go index d70f8e89f..7b658dcc8 100644 --- a/common/hugo/version_current.go +++ b/common/hugo/version_current.go @@ -16,7 +16,7 @@ package hugo // CurrentVersion represents the current build version. // This should be the only one. var CurrentVersion = Version{ - Number: 0.56, - PatchLevel: 1, - Suffix: "", + Number: 0.57, + PatchLevel: 0, + Suffix: "-DEV", } diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 7efb22d7c..33f599649 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,12 +1,12 @@ name: hugo -version: "0.56.1" +version: "0.57.0-DEV" summary: Fast and Flexible Static Site Generator description: | Hugo is a static HTML and CSS website generator written in Go. It is optimized for speed, easy use and configurability. Hugo takes a directory with content and templates and renders them into a full HTML website. confinement: strict -grade: stable # "devel" or "stable" +grade: devel # "devel" or "stable" apps: hugo: diff --git a/temp/0.56.1-relnotes-ready.md b/temp/0.56.1-relnotes-ready.md deleted file mode 100644 index fd8cc706c..000000000 --- a/temp/0.56.1-relnotes-ready.md +++ /dev/null @@ -1,11 +0,0 @@ - - -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) - - -