From 24138a9cdcd946df4537f558cf901b67bf9f1b40 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sun, 22 Mar 2020 10:36:42 +0000 Subject: [PATCH] releaser: Add release notes to /docs for release of 0.68.1 [ci skip] --- content/en/news/0.68.1-relnotes/index.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 content/en/news/0.68.1-relnotes/index.md diff --git a/content/en/news/0.68.1-relnotes/index.md b/content/en/news/0.68.1-relnotes/index.md new file mode 100644 index 000000000..95817e0cf --- /dev/null +++ b/content/en/news/0.68.1-relnotes/index.md @@ -0,0 +1,19 @@ + +--- +date: 2020-03-22 +title: "Hugo 0.68.1: 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. + +* Revert "resources: Add data context to the key in ExecuteAsTemplate" [c9dc316a](https://github.com/gohugoio/hugo/commit/c9dc316ad160e78c9dff4e75313db4cac8ea6414) [@bep](https://github.com/bep) [#7064](https://github.com/gohugoio/hugo/issues/7064) + + +