From 19d3ea064174d366ec8f2e217b8e7d5b90f36011 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Thu, 19 Oct 2017 14:38:26 +0200 Subject: [PATCH] Bump to 0.30.2 --- content/news/0.30.2-relnotes-ready.md | 8 +++----- netlify.toml | 6 +++--- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/content/news/0.30.2-relnotes-ready.md b/content/news/0.30.2-relnotes-ready.md index e1e579805..d9829cbed 100644 --- a/content/news/0.30.2-relnotes-ready.md +++ b/content/news/0.30.2-relnotes-ready.md @@ -1,16 +1,14 @@ --- date: 2017-10-19 -title: "0.30.2" -description: "0.30.2" +title: "0.30.2: One More Bugfix" +description: "Fixes Fast Render mode when having sub-path in `baseURL`." slug: "0.30.2" categories: ["Releases"] images: - images/blog/hugo-bug-poster.png - --- - - This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981). +This release fixes Fast Render mode with sub-path in baseURL [31641033](https://github.com/gohugoio/hugo/commit/3164103310fbca1211cfa9ce4a5eb7437854b6ad) [@bep](https://github.com/bep) [#3981](https://github.com/gohugoio/hugo/issues/3981). diff --git a/netlify.toml b/netlify.toml index 996095604..55e5660f1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,15 +3,15 @@ command = "hugo" [context.production.environment] - HUGO_VERSION = "0.30.1" + HUGO_VERSION = "0.30.2" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" [context.deploy-preview.environment] - HUGO_VERSION = "0.30.1" + HUGO_VERSION = "0.30.2" [context.branch-deploy.environment] - HUGO_VERSION = "0.30.1" + HUGO_VERSION = "0.30.2" [context.next.environment] HUGO_BASEURL = "https://next--gohugoio.netlify.com/"