From 9d6770d2aecb706005e552dcd7ad639bf3cbb685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 7 Mar 2018 19:09:22 +0100 Subject: [PATCH] Release notes 0.37.1 --- config.toml | 2 +- content/news/0.37.1-relnotes/index.md | 6 ++---- netlify.toml | 8 ++++---- 3 files changed, 7 insertions(+), 9 deletions(-) diff --git a/config.toml b/config.toml index 2c2743831..819880e4d 100644 --- a/config.toml +++ b/config.toml @@ -71,7 +71,7 @@ twitter = "GoHugoIO" [params] description = "The world’s fastest framework for building websites" ## Used for views in rendered HTML (i.e., rather than using the .Hugo variable) - release = "0.38-DEV" + release = "0.37.1" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash) diff --git a/content/news/0.37.1-relnotes/index.md b/content/news/0.37.1-relnotes/index.md index 7f53d4127..754ed4240 100644 --- a/content/news/0.37.1-relnotes/index.md +++ b/content/news/0.37.1-relnotes/index.md @@ -1,16 +1,14 @@ --- date: 2018-03-07 -title: "0.37.1" -description: "0.37.1" +title: "Hugo 0.37.1: One Bugfix" +description: "Fixes SVG (and similar) handling as page resources." categories: ["Releases"] images: - images/blog/hugo-bug-poster.png --- - - This is a bug-fix release with a one important fix: Image content such as `SVG` cannot be scaled with the built-in image processing methods, but it should still be possible to use them as page resources. This was a regression in Hugo `0.37` and is now fixed. [ba94abbf](https://github.com/gohugoio/hugo/commit/ba94abbf5dd90f989242af8a7027d67a572a6128) [@bep](https://github.com/bep) [#4455](https://github.com/gohugoio/hugo/issues/4455) diff --git a/netlify.toml b/netlify.toml index d4bef99ea..5955d26cd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -3,7 +3,7 @@ publish = "public" command = "hugo" [context.production.environment] -HUGO_VERSION = "0.37" +HUGO_VERSION = "0.37.1" HUGO_ENV = "production" HUGO_ENABLEGITINFO = "true" @@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true" command = "hugo --enableGitInfo" [context.split1.environment] -HUGO_VERSION = "0.37" +HUGO_VERSION = "0.37.1" HUGO_ENV = "production" [context.deploy-preview] command = "hugo -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] -HUGO_VERSION = "0.37" +HUGO_VERSION = "0.37.1" [context.branch-deploy] command = "hugo -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] -HUGO_VERSION = "0.37" +HUGO_VERSION = "0.37.1" [context.next.environment] HUGO_ENABLEGITINFO = "true"