From 4666d0a180db82e7b80791f881d3a4dccc3b85c5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 28 Jun 2018 14:49:06 +0200 Subject: [PATCH] Release 0.42.2 --- content/en/news/0.42.2-relnotes/index.md | 7 +++---- netlify.toml | 8 ++++---- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/content/en/news/0.42.2-relnotes/index.md b/content/en/news/0.42.2-relnotes/index.md index f680b560f..c9bf6c469 100644 --- a/content/en/news/0.42.2-relnotes/index.md +++ b/content/en/news/0.42.2-relnotes/index.md @@ -1,17 +1,16 @@ --- date: 2018-06-28 -title: "0.42.2" -description: "0.42.2" +title: "Hugo 0.42.2: One Bug Fix" +description: "Hugo 0.42.2 fixes server reload on config changes." 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) + This release fixes 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) diff --git a/netlify.toml b/netlify.toml index 8917e85be..bf051cce3 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo" [context.production.environment] -HUGO_VERSION = "0.42.1" +HUGO_VERSION = "0.42.2" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.42.1" +HUGO_VERSION = "0.42.2" HUGO_ENV = "production" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.42.1" +HUGO_VERSION = "0.42.2" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.42.1" +HUGO_VERSION = "0.42.2" [context.next.environment] HUGO_ENABLEGITINFO = "true"