From caaa8355a0a8f460733593b0f3d428057214b525 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 2 Apr 2018 11:06:04 +0000 Subject: [PATCH 1/4] 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 285359885..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" + 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) From c51692ceb919db9f6a79dc27c1ef1b6076dc856f Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 5 Apr 2018 16:35:25 +0000 Subject: [PATCH 2/4] releaser: Bump versions for release of 0.38.1 [ci skip] --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 4a6950a24..25cc01a0d 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.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 6f23e6ec13f4bcf99c29b30e17a2804361987ce2 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 5 Apr 2018 16:35:25 +0000 Subject: [PATCH 3/4] releaser: Add release notes to /docs for release of 0.38.1 [ci skip] --- content/news/0.38.1-relnotes/index.md | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 content/news/0.38.1-relnotes/index.md diff --git a/content/news/0.38.1-relnotes/index.md b/content/news/0.38.1-relnotes/index.md new file mode 100644 index 000000000..73cdeb247 --- /dev/null +++ b/content/news/0.38.1-relnotes/index.md @@ -0,0 +1,32 @@ + +--- +date: 2018-04-05 +title: "0.38.1" +description: "0.38.1" +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix that is mainly motivated by some issues with server live reloading introduced in Hugo 0.38. + +* Fix livereload for the home page bundle [f87239e4](https://github.com/gohugoio/hugo/commit/f87239e4cab958bf59ecfb1beb8cac439441a553) [@bep](https://github.com/bep) [#4576](https://github.com/gohugoio/hugo/issues/4576) +* Fix empty BuildDate in "hugo version" [294c0f80](https://github.com/gohugoio/hugo/commit/294c0f8001fe598278c1eb8015deb6b98e8de686) [@anthonyfok](https://github.com/anthonyfok) +* Fix some livereload content regressions [a4deaeff](https://github.com/gohugoio/hugo/commit/a4deaeff0cfd70abfbefa6d40c0b86839a216f6d) [@bep](https://github.com/bep) [#4566](https://github.com/gohugoio/hugo/issues/4566) +* Update github.com/bep/gitmap to fix snap build [4d115c56](https://github.com/gohugoio/hugo/commit/4d115c56fac9060230fbac6181a05f7cc6d10b42) [@anthonyfok](https://github.com/anthonyfok) [#4538](https://github.com/gohugoio/hugo/issues/4538) +* Fix two tests that are broken on Windows [26f34fd5](https://github.com/gohugoio/hugo/commit/26f34fd59da1ce1885d4f2909c5d9ef9c1726944) [@neurocline](https://github.com/neurocline) + + +This release also contains some improvements: + +* Add bash completion [874159b5](https://github.com/gohugoio/hugo/commit/874159b5436bc9080aec71a9c26d35f8f62c9fd0) [@anthonyfok](https://github.com/anthonyfok) +* Handle mass content etc. edits in server mode [730b66b6](https://github.com/gohugoio/hugo/commit/730b66b6520f263af16f555d1d7be51205a8e51d) [@bep](https://github.com/bep) [#4563](https://github.com/gohugoio/hugo/issues/4563) + + + + + + From 079ba044c2e25450aba0584613809f1771198105 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 5 Apr 2018 16:39:05 +0000 Subject: [PATCH 4/4] 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 25cc01a0d..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.1" + 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)