From 90b178d770ac4ccda385b87daa376754f957691d Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Thu, 20 Feb 2020 13:42:26 +0000 Subject: [PATCH 1/2] releaser: Add release notes to /docs for release of 0.65.1 [ci skip] --- content/en/news/0.65.1-relnotes/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/news/0.65.1-relnotes/index.md diff --git a/content/en/news/0.65.1-relnotes/index.md b/content/en/news/0.65.1-relnotes/index.md new file mode 100644 index 000000000..07ee66569 --- /dev/null +++ b/content/en/news/0.65.1-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2020-02-20 +title: "Hugo 0.65.1: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.65.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* hugolib: Fix 2 Paginator.Pages taxonomy regressions [7ef5a4c8](https://github.com/gohugoio/hugo/commit/7ef5a4c83e4560bced3eee0ccf0e0db176146f44) [@bep](https://github.com/bep) [#6921](https://github.com/gohugoio/hugo/issues/6921)[#6918](https://github.com/gohugoio/hugo/issues/6918) +* hugolib: Fix deletion of orphaned sections [a70bbd06](https://github.com/gohugoio/hugo/commit/a70bbd0696df3b0a6889650e48a07f8223151da4) [@bep](https://github.com/bep) [#6920](https://github.com/gohugoio/hugo/issues/6920) + + + From d820ac017e54611e7d6f3eae03d1366a980d2a40 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Fri, 21 Feb 2020 10:10:11 +0000 Subject: [PATCH 2/2] releaser: Add release notes to /docs for release of 0.65.2 [ci skip] --- content/en/news/0.65.2-relnotes/index.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/en/news/0.65.2-relnotes/index.md diff --git a/content/en/news/0.65.2-relnotes/index.md b/content/en/news/0.65.2-relnotes/index.md new file mode 100644 index 000000000..ee9280976 --- /dev/null +++ b/content/en/news/0.65.2-relnotes/index.md @@ -0,0 +1,21 @@ + +--- +date: 2020-02-21 +title: "Hugo 0.65.2: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.65.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* Apply missing go fmt [76b2afe6](https://github.com/gohugoio/hugo/commit/76b2afe642c37aedc7269b41d6fca5b78f467ce4) [@bep](https://github.com/bep) +* Fix panic on no output formats [f4605303](https://github.com/gohugoio/hugo/commit/f46053034759c4f9790a79e0a146dbc1b426b1ff) [@bep](https://github.com/bep) [#6924](https://github.com/gohugoio/hugo/issues/6924) +* Fix panic in 404.Parent [4c2a0de4](https://github.com/gohugoio/hugo/commit/4c2a0de412a850745ad32e580fcd65575192ca53) [@bep](https://github.com/bep) [#6924](https://github.com/gohugoio/hugo/issues/6924) + + +