From e2353434db5709f3a33e94f2e0d44919958a6a5d Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 20 Aug 2018 08:16:49 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.47.1 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 1589a1a0d..b03b0b983 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.48-DEV" + release = "0.47.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 8ff5c8b70afaa2b2bcf90a4ceb142e4b83a6f4aa Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 20 Aug 2018 08:16:49 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.47.1 [ci skip] --- content/en/news/0.47.1-relnotes/index.md | 30 ++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 content/en/news/0.47.1-relnotes/index.md diff --git a/content/en/news/0.47.1-relnotes/index.md b/content/en/news/0.47.1-relnotes/index.md new file mode 100644 index 000000000..fc82642b2 --- /dev/null +++ b/content/en/news/0.47.1-relnotes/index.md @@ -0,0 +1,30 @@ + +--- +date: 2018-08-20 +title: "0.47.1" +description: "0.47.1" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + This is a bug-fix release with two fixes. + +# Fixes + +* Fix .Site.Params case regression [fdff0d3a](https://github.com/gohugoio/hugo/commit/fdff0d3af4670f7079e539fef4b92af2a866d02d) [@bep](https://github.com/bep) [#5094](https://github.com/gohugoio/hugo/issues/5094) +* Do not strip IE conditional statements [5a0ee2b9](https://github.com/gohugoio/hugo/commit/5a0ee2b934e38d596da0f9742361f81c1221e3d5) [@bep](https://github.com/bep) [#5089](https://github.com/gohugoio/hugo/issues/5089) + +## Updates to Linux Snap build + +* Remove unused files from Git, Perl, etc. [834617f9](https://github.com/gohugoio/hugo/commit/834617f9f8d870643b2631fe607471c8e2ef2f47) [@anthonyfok](https://github.com/anthonyfok) +* Add nodejs to allow PostCSS to work [ef20ec1f](https://github.com/gohugoio/hugo/commit/ef20ec1fbaa8f5841b3fbe18978d4d8c19d8fc53) [@anthonyfok](https://github.com/anthonyfok) + + + + + + + + From 0843bc46ceac5202b125f219aff473ead53eed3e Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 20 Aug 2018 08:19:37 +0000 Subject: [PATCH 3/3] releaser: Prepare repository for 0.48-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b03b0b983..1589a1a0d 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.47.1" + release = "0.48-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)