From e60377c713248c921b1cd5c8f3da6f35835b2107 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 25 Jul 2018 08:56:21 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.45.1 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b4b136747..e386aef1e 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.46-DEV" + release = "0.45.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 25cd2352c19f86c5c32800fe0992d41b808a0df3 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 25 Jul 2018 08:56:21 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.45.1 [ci skip] --- content/en/news/0.45.1-relnotes/index.md | 26 ++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/en/news/0.45.1-relnotes/index.md diff --git a/content/en/news/0.45.1-relnotes/index.md b/content/en/news/0.45.1-relnotes/index.md new file mode 100644 index 000000000..e5b652e31 --- /dev/null +++ b/content/en/news/0.45.1-relnotes/index.md @@ -0,0 +1,26 @@ + +--- +date: 2018-07-25 +title: "0.45.1" +description: "0.45.1" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + This is a bug-fix release with a couple of important fixes (and one enhancement). + +## Enhancements + +* Add Page.FirstSection [016dd4a6](https://github.com/gohugoio/hugo/commit/016dd4a69a765061bb3da8490d3cac6ec47a91eb) [@bep](https://github.com/bep) + +## Fixes + +* Fix .Site.GetPage regression [04d4c08d](https://github.com/gohugoio/hugo/commit/04d4c08dbcac08ff7feeb88863e91799fed0937b) [@bep](https://github.com/bep) [#4989](https://github.com/gohugoio/hugo/issues/4989) +* Fix "borrow content from another language" issue [c6b599a0](https://github.com/gohugoio/hugo/commit/c6b599a06d66b8e3c92343d25bb8043eb4f291f1) [@bep](https://github.com/bep) [#4986](https://github.com/gohugoio/hugo/issues/4986) + + + + + From 79f350906b135d0bdecbe0cd25e9df866462590b Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Wed, 25 Jul 2018 08:58:54 +0000 Subject: [PATCH 3/3] releaser: Prepare repository for 0.46-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e386aef1e..b4b136747 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.45.1" + release = "0.46-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)