From 717e2540086c9aaf82dc1cb22e431dcda59bdcad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 2 Jan 2018 10:21:17 +0100 Subject: [PATCH] Release 0.32.1 --- content/news/0.32.1-relnotes-ready.md | 9 +++------ netlify.toml | 6 +++--- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/content/news/0.32.1-relnotes-ready.md b/content/news/0.32.1-relnotes-ready.md index 2a05ff647..80e90e6ed 100644 --- a/content/news/0.32.1-relnotes-ready.md +++ b/content/news/0.32.1-relnotes-ready.md @@ -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) diff --git a/netlify.toml b/netlify.toml index d0b652aca..901acdbb1 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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/"