From 85845a4fd0418cb78085fcc6c12a761c43f9606f Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 9 May 2018 07:46:30 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.40.3 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 6466cf108..eca990550 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.40.3" ## 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 8c9a5a85097d27bb4074896634bfad1acbdca001 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 9 May 2018 07:46:30 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.40.3 [ci skip] --- content/news/0.40.3-relnotes/index.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 content/news/0.40.3-relnotes/index.md diff --git a/content/news/0.40.3-relnotes/index.md b/content/news/0.40.3-relnotes/index.md new file mode 100644 index 000000000..48b5cba12 --- /dev/null +++ b/content/news/0.40.3-relnotes/index.md @@ -0,0 +1,12 @@ + +--- +date: 2018-05-09 +title: "0.40.3" +description: "0.40.3" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + Hugo `0.40.3` fixes a possible `.Content` truncation issue introduced in `0.40.1` [90d0d830](https://github.com/gohugoio/hugo/commit/90d0d83097a20a3f521ffc1f5a54a2fbfaf14ce2) [@bep](https://github.com/bep) [#4706](https://github.com/gohugoio/hugo/issues/4706). This should be very rare. It has been reported by only one user on a synthetic site. We have tested a number of big sites that does not show this problem with `0.40.2`, but this is serious enough to warrant a patch release. From 33ca0b8da8a084277e99ca911e268f97ec0a0cbc Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 9 May 2018 07:48:57 +0000 Subject: [PATCH 3/3] 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 eca990550..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.3" + 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)