From 157669a0e60a9d3487eea857d0bc77ca03885f77 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Tue, 24 Mar 2020 12:04:27 +0000 Subject: [PATCH] releaser: Add release notes to /docs for release of 0.68.3 [ci skip] --- docs/content/en/news/0.68.3-relnotes/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 docs/content/en/news/0.68.3-relnotes/index.md diff --git a/docs/content/en/news/0.68.3-relnotes/index.md b/docs/content/en/news/0.68.3-relnotes/index.md new file mode 100644 index 000000000..6be1319ce --- /dev/null +++ b/docs/content/en/news/0.68.3-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2020-03-24 +title: "Hugo 0.68.3: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.68.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with one important fix. + +* Fix _build.list.local logic [523d5194](https://github.com/gohugoio/hugo/commit/523d51948fc20e2afb4721b43203c5ab696ae220) [@bep](https://github.com/bep) [#7089](https://github.com/gohugoio/hugo/issues/7089) + + +