Release 0.32.1

This commit is contained in:
Bjørn Erik Pedersen 2018-01-02 10:21:17 +01:00
parent 07a4fc1c1a
commit 717e254008
No known key found for this signature in database
GPG Key ID: 330E6E2BD4859D8F
2 changed files with 6 additions and 9 deletions

View File

@ -1,17 +1,14 @@
---
date: 2018-01-02
title: "0.32.1"
description: "0.32.1"
slug: "0.32.1"
title: "0.32.1: Two bugfixes"
description: "Fixes image processing in shortcodes."
slug: "0.32.1-relnotes"
categories: ["Releases"]
images:
- images/blog/hugo-bug-poster.png
---
This fixes 2 bugs from the Hugo 0.32 release.
* Fix image processing from shortcodes in non-server mode. [@bep](https://github.com/bep) [#4202](https://github.com/gohugoio/hugo/issues/4202)

View File

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