From 78b751b914250c86ffa0f8c15558ca089718e35a Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 11 Oct 2018 09:47:57 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.49.2 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f54bc7f92..871dcb24f 100644 --- a/config.toml +++ b/config.toml @@ -69,7 +69,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.49.1" + release = "0.49.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 b25bcc3f2e0f34062e6918ab4e224d2d4a79942b Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 11 Oct 2018 09:47:57 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.49.2 [ci skip] --- content/en/news/0.49.2-relnotes/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/en/news/0.49.2-relnotes/index.md diff --git a/content/en/news/0.49.2-relnotes/index.md b/content/en/news/0.49.2-relnotes/index.md new file mode 100644 index 000000000..a4bfc979c --- /dev/null +++ b/content/en/news/0.49.2-relnotes/index.md @@ -0,0 +1,21 @@ + +--- +date: 2018-10-11 +title: "0.49.2" +description: "0.49.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is fixes one regression from Hugo `0.42.1`: + +* Fix type checking in Append [2159d77f](https://github.com/gohugoio/hugo/commit/2159d77f368eb1f78e51dd94133554f88052d85f) [@bep](https://github.com/bep) [#5303](https://github.com/gohugoio/hugo/issues/5303) + + + + + From 7ad1fba290e3b8b8dc583a16248de03cefdb3ba6 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 11 Oct 2018 09:49:59 +0000 Subject: [PATCH 3/3] releaser: Prepare repository for 0.50-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 871dcb24f..054ccab56 100644 --- a/config.toml +++ b/config.toml @@ -69,7 +69,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.49.2" + release = "0.50-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)