From 76244729e9edd2009470715da62533199de9485c Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 9 Apr 2018 08:17:14 +0000 Subject: [PATCH 1/3] releaser: Bump versions for release of 0.38.2 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4a6950a24..c09d31ef3 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.39-DEV" + release = "0.38.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 92f6a05ea7db7e7bc60bd06454babb50430b3ec9 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 9 Apr 2018 08:17:15 +0000 Subject: [PATCH 2/3] releaser: Add release notes to /docs for release of 0.38.2 [ci skip] --- content/news/0.38.2-relnotes/index.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 content/news/0.38.2-relnotes/index.md diff --git a/content/news/0.38.2-relnotes/index.md b/content/news/0.38.2-relnotes/index.md new file mode 100644 index 000000000..33cae7476 --- /dev/null +++ b/content/news/0.38.2-relnotes/index.md @@ -0,0 +1,26 @@ + +--- +date: 2018-04-09 +title: "0.38.2" +description: "0.38.2" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes: + + +* Fix handling of the `--contentDir` and possibly other related flags [080302eb](https://github.com/gohugoio/hugo/commit/080302eb8757fd94ccbd6bf99103432cd98e716c) [@bep](https://github.com/bep) [#4589](https://github.com/gohugoio/hugo/issues/4589) +* Fix handling of content files with "." in them [2817e842](https://github.com/gohugoio/hugo/commit/2817e842407c8dcbfc738297ab634392fcb41ce1) [@bep](https://github.com/bep) [#4559](https://github.com/gohugoio/hugo/issues/4559) + + +Also in this release: + +* Set .Parent in bundled pages to its owner [6792d86a](https://github.com/gohugoio/hugo/commit/6792d86ad028571c684a776c5f00e0107838c955) [@bep](https://github.com/bep) [#4582](https://github.com/gohugoio/hugo/issues/4582) + + + From 59b1c98530b48e23c29017021f1764a125a7afe6 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 9 Apr 2018 08:19:32 +0000 Subject: [PATCH 3/3] releaser: Prepare repository for 0.39-DEV [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c09d31ef3..4a6950a24 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.38.2" + release = "0.39-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)