From 0d47d06737e4f8a61d1e41c824d9cc7e0acc0a60 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 11 Jan 2018 08:58:01 +0000 Subject: [PATCH 1/2] releaser: Bump versions for release of 0.32.4 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 51ffc3403..93256cbf1 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.4" ## 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 18779d54ad8241289c6fde05377166adf95cd1c5 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 11 Jan 2018 08:58:01 +0000 Subject: [PATCH 2/2] releaser: Add release notes to /docs for release of 0.32.4 [ci skip] --- content/news/0.32.4-relnotes-ready.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/news/0.32.4-relnotes-ready.md diff --git a/content/news/0.32.4-relnotes-ready.md b/content/news/0.32.4-relnotes-ready.md new file mode 100644 index 000000000..4465c1276 --- /dev/null +++ b/content/news/0.32.4-relnotes-ready.md @@ -0,0 +1,24 @@ + +--- +date: 2018-01-11 +title: "0.32.4" +description: "0.32.4" +slug: "0.32.4" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with two of important fixes. + +* Fix non-ASCII path handling for Page resources [f0eecc6a](https://github.com/gohugoio/hugo/commit/f0eecc6a4f541838e9930c98bc982546f65c7a4f) [@bep](https://github.com/bep) [#4241](https://github.com/gohugoio/hugo/issues/4241) +* Fix `--cleanDestinationDir` [5235a5bf](https://github.com/gohugoio/hugo/commit/5235a5bf5ef44b3789341e1d25b681a7bb14771a) [@biodranik](https://github.com/biodranik) [#4246](https://github.com/gohugoio/hugo/issues/4246)[#4248](https://github.com/gohugoio/hugo/issues/4248) + + + + + +