From 4538a6d5b16ddf1da40e5a879a18507254860b81 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 25 Apr 2018 13:23:15 +0000 Subject: [PATCH 1/4] releaser: Prepare repository for 0.41-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 00e76d0be..c66fbd15d 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.40.1" + release = "0.41-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) From 4ce52e913e1d41b7daf827dd1b7e4de9760b6df4 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 30 Apr 2018 06:47:41 +0000 Subject: [PATCH 2/4] releaser: Bump versions for release of 0.40.2 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c66fbd15d..6466cf108 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.41-DEV" + release = "0.40.2" ## 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 070fe565e909a3b27a860ea80f568386a5b12979 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 30 Apr 2018 06:47:41 +0000 Subject: [PATCH 3/4] releaser: Add release notes to /docs for release of 0.40.2 [ci skip] --- content/news/0.40.2-relnotes/index.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 content/news/0.40.2-relnotes/index.md diff --git a/content/news/0.40.2-relnotes/index.md b/content/news/0.40.2-relnotes/index.md new file mode 100644 index 000000000..2c81f9717 --- /dev/null +++ b/content/news/0.40.2-relnotes/index.md @@ -0,0 +1,22 @@ + +--- +date: 2018-04-30 +title: "0.40.2" +description: "0.40.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This release fixes some regressions introduced in Hugo `0.40`. See the [milestone](https://github.com/gohugoio/hugo/milestone/62?closed=1) for an issue list. + +* Reset .Page.Scratch on live-reload [655983a2](https://github.com/gohugoio/hugo/commit/655983a22dc35b2ee5119dcc4acb9918498d2d68) [@bep](https://github.com/bep) [#4683](https://github.com/gohugoio/hugo/issues/4683) +* Fix .WordCount, .FuzzyWordCount, .ReadingTime when summary marker is set [001a28c2](https://github.com/gohugoio/hugo/commit/001a28c2f9ed121b33df18fe792859ab378784c6) [@bep](https://github.com/bep) [#4675](https://github.com/gohugoio/hugo/issues/4675)[#4682](https://github.com/gohugoio/hugo/issues/4682) + + + + + From 2076c0d56bbd4559976b78a20381129cb3fefddb Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 30 Apr 2018 06:50:00 +0000 Subject: [PATCH 4/4] releaser: Prepare repository for 0.41-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6466cf108..c66fbd15d 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.40.2" + release = "0.41-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)