From 7154271e07bc801de8809b97996db5f4d2bd113d Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 13 Jun 2018 10:16:33 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.42.1 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1c9307a35..681b79665 100644 --- a/config.toml +++ b/config.toml @@ -70,7 +70,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.43-DEV" + release = "0.42.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 321e07fa58ac69697bb17dc433f59979345a1255 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 13 Jun 2018 10:16:33 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.42.1 [ci skip] --- content/en/news/0.42.1-relnotes/index.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 content/en/news/0.42.1-relnotes/index.md diff --git a/content/en/news/0.42.1-relnotes/index.md b/content/en/news/0.42.1-relnotes/index.md new file mode 100644 index 000000000..581444172 --- /dev/null +++ b/content/en/news/0.42.1-relnotes/index.md @@ -0,0 +1,18 @@ + +--- +date: 2018-06-13 +title: "0.42.1" +description: "0.42.1" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with two fixes: + +* Reset the global pages cache on server rebuilds [128f14ef](https://github.com/gohugoio/hugo/commit/128f14efad90886ffef37c01ac1e20436a732f97) [@bep](https://github.com/bep) [#4845](https://github.com/gohugoio/hugo/issues/4845) +* Do not fail server build when /static is missing [34ee27a7](https://github.com/gohugoio/hugo/commit/34ee27a78b9e2b5f475d44253ae234067b76cc6e) [@bep](https://github.com/bep) [#4846](https://github.com/gohugoio/hugo/issues/4846) + From c74682a1077144eb60d9a659c91f388b5bbf8137 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 13 Jun 2018 10:19:00 +0000 Subject: [PATCH 3/3] releaser: Prepare repository for 0.43-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 681b79665..1c9307a35 100644 --- a/config.toml +++ b/config.toml @@ -70,7 +70,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.42.1" + release = "0.43-DEV" ## Setting this to true will add a "noindex" to *EVERY* page on the site removefromexternalsearch = false ## Gh repo for site footer (include trailing slash)