Bump to 0.30.2

This commit is contained in:
Bjørn Erik Pedersen 2017-10-19 14:38:26 +02:00
parent bbfa103436
commit 19d3ea0641
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 6 additions and 8 deletions

View File

@ -1,16 +1,14 @@
--- ---
date: 2017-10-19 date: 2017-10-19
title: "0.30.2" title: "0.30.2: One More Bugfix"
description: "0.30.2" description: "Fixes Fast Render mode when having sub-path in `baseURL`."
slug: "0.30.2" slug: "0.30.2"
categories: ["Releases"] categories: ["Releases"]
images: images:
- images/blog/hugo-bug-poster.png - 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).

View File

@ -3,15 +3,15 @@
command = "hugo" command = "hugo"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.30.1" HUGO_VERSION = "0.30.2"
HUGO_ENV = "production" HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true" HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment] [context.deploy-preview.environment]
HUGO_VERSION = "0.30.1" HUGO_VERSION = "0.30.2"
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.30.1" HUGO_VERSION = "0.30.2"
[context.next.environment] [context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/" HUGO_BASEURL = "https://next--gohugoio.netlify.com/"