From aa040d965dbc42ff2802aee8bd942dd403d64a4d Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 2 Jan 2018 09:07:55 +0000 Subject: [PATCH 1/2] releaser: Bump versions for release of 0.32.1 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 51ffc3403..c93ab5cf8 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.33-DEV" + release = "0.32.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) From 401ed894b8464e1e1bbda72ffe9884c9eb46d952 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 2 Jan 2018 09:07:55 +0000 Subject: [PATCH 2/2] releaser: Add release notes to /docs for release of 0.32.1 [ci skip] --- content/news/0.32.1-relnotes-ready.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/news/0.32.1-relnotes-ready.md diff --git a/content/news/0.32.1-relnotes-ready.md b/content/news/0.32.1-relnotes-ready.md new file mode 100644 index 000000000..2a05ff647 --- /dev/null +++ b/content/news/0.32.1-relnotes-ready.md @@ -0,0 +1,22 @@ + +--- +date: 2018-01-02 +title: "0.32.1" +description: "0.32.1" +slug: "0.32.1" +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) +* Fix broken `hugo --renderToMemory`. Note that this is only useful for benchmark testing, as there is no easy way to actually view the result. [d36d71ed](https://github.com/gohugoio/hugo/commit/d36d71edd3b04df3b34edf4d108e3995a244c4f0) [@bep](https://github.com/bep) [#4212](https://github.com/gohugoio/hugo/issues/4212) + + + +