From ae40c89c75d8e18d2be38c325101f572272ec01a Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 10 Oct 2018 10:36:37 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.49.1 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 22790b8b5..f54bc7f92 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" + release = "0.49.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 bbee7e9d3e1352ee3703c9340c7a13efe7326bfb Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 10 Oct 2018 10:36:37 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.49.1 [ci skip] --- content/en/news/0.49.1-relnotes/index.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 content/en/news/0.49.1-relnotes/index.md diff --git a/content/en/news/0.49.1-relnotes/index.md b/content/en/news/0.49.1-relnotes/index.md new file mode 100644 index 000000000..9327a7060 --- /dev/null +++ b/content/en/news/0.49.1-relnotes/index.md @@ -0,0 +1,24 @@ + +--- +date: 2018-10-10 +title: "0.49.1" +description: "0.49.1" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a 2 related fixed. This was introduced in Hugo 0.49. The most notable error situation was that `resources.Concat` could fail in some situations. + + +* Fix handling of different interface types in Slice [e2201ef1](https://github.com/gohugoio/hugo/commit/e2201ef15fdefe257ad284b2df4ccc8f8c38fac2) [@bep](https://github.com/bep) [#5269](https://github.com/gohugoio/hugo/issues/5269) + +* Improve append in Scratch [23f48c30](https://github.com/gohugoio/hugo/commit/23f48c300cb5ffe0fe43c88464f38c68831a17ad) [@bep](https://github.com/bep) [#5275](https://github.com/gohugoio/hugo/issues/5275) + + + + + From 74d2f3a6f1c4a1dbc271654d9a32c7a90d94cb60 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 10 Oct 2018 10:38:45 +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 f54bc7f92..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.1" + 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)