From a4b71fb84091620fbb96168f5b5bccd850ca71f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9l=C3=A8ne=20Martin?= Date: Tue, 2 Jan 2018 16:14:03 -0500 Subject: [PATCH 1/4] Fix typo This could either be "check out Hugo's themes" or "check out the Hugo themes". I think the latter reads better. --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index c8976eb94..30269eb23 100644 --- a/content/_index.md +++ b/content/_index.md @@ -33,7 +33,7 @@ features: copy: Hugo allows you to output your content in multiple formats, including JSON or AMP, and makes it easy to create your own. sections: - heading: "100s of Themes" - cta: Check out the Hugo's themes. + cta: Check out the Hugo themes. link: http://themes.gohugo.io/ color_classes: bg-accent-color white image: /images/homepage-screenshot-hugo-themes.jpg From 80c51c55a72813f7490cf173a39abc1520a6f326 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 9 May 2018 07:46:30 +0000 Subject: [PATCH 2/4] 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 beef16b01a5ca38feb142eab22fb9a3fe2b20f1b Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 9 May 2018 07:46:30 +0000 Subject: [PATCH 3/4] 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 9946f7108e61494b915f06182bd8fc5e1ddc9fb7 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 9 May 2018 07:48:57 +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 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)