From 57a617f34f60213fce06c2a6c4b91527d121b06a Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 28 Jun 2018 12:36:15 +0000 Subject: [PATCH 1/2] releaser: Bump versions for release of 0.42.2 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 681b79665..61864c64f 100644 --- a/config.toml +++ b/config.toml @@ -70,7 +70,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.42.1" + release = "0.42.2" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) From 354e7b66b859d27e270aa8d310275196c6fc9cc1 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 28 Jun 2018 12:36:15 +0000 Subject: [PATCH 2/2] releaser: Add release notes to /docs for release of 0.42.2 [ci skip] --- content/en/news/0.42.2-relnotes/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/en/news/0.42.2-relnotes/index.md diff --git a/content/en/news/0.42.2-relnotes/index.md b/content/en/news/0.42.2-relnotes/index.md new file mode 100644 index 000000000..f680b560f --- /dev/null +++ b/content/en/news/0.42.2-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2018-06-28 +title: "0.42.2" +description: "0.42.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + + This release fixe broken server-reload on config changes. This is a regression from Hugo `0.42`. [3a7706b0](https://github.com/gohugoio/hugo/commit/3a7706b069107e5fa6112b3f7ce006f16867cb38) [@bep](https://github.com/bep) [#4878](https://github.com/gohugoio/hugo/issues/4878) + + + + +