diff options
author | hugoreleaser <[email protected]> | 2020-03-15 19:30:34 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2020-03-15 19:30:34 +0000 |
commit | 4f44227bd8e32056d11797add3fe4da8f8c9edb0 (patch) | |
tree | 949d2a4c30b6644d48e05bc08e5630b42b9399cf | |
parent | 99d36237c0dc77b8c3f3a8151649106d57da11b8 (diff) | |
download | hugo-0.67.1.tar.gz hugo-0.67.1.zip |
releaser: Add release notes to /docs for release of 0.67.1v0.67.1
[ci skip]
-rw-r--r-- | docs/content/en/news/0.67.1-relnotes/index.md | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/content/en/news/0.67.1-relnotes/index.md b/docs/content/en/news/0.67.1-relnotes/index.md new file mode 100644 index 000000000..834d4d35b --- /dev/null +++ b/docs/content/en/news/0.67.1-relnotes/index.md @@ -0,0 +1,24 @@ + +--- +date: 2020-03-15 +title: "Hugo 0.67.1: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.67.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* metrics: Fix --templateMetricsHints [5eadc4c0](https://github.com/gohugoio/hugo/commit/5eadc4c0a8e5c51e72670591c4b7877e79c15e3c) [@bep](https://github.com/bep) [#7048](https://github.com/gohugoio/hugo/issues/7048) +* resources: Add data context to the key in ExecuteAsTemplate [18cb21ff](https://github.com/gohugoio/hugo/commit/18cb21ff2e4a60e7094908e4d6113a9d5a086316) [@bep](https://github.com/bep) [#7046](https://github.com/gohugoio/hugo/issues/7046) +* Improve Tailwind/PostCSS error messages [df298558](https://github.com/gohugoio/hugo/commit/df298558a5a5b747288d9656402af85e0ac75a43) [@bep](https://github.com/bep) [#7041](https://github.com/gohugoio/hugo/issues/7041)[#7042](https://github.com/gohugoio/hugo/issues/7042) +* deps: Update Blackfriday [b1106f87](https://github.com/gohugoio/hugo/commit/b1106f8715cac3544b8ea662b969336fe56fa047) [@bep](https://github.com/bep) [#7039](https://github.com/gohugoio/hugo/issues/7039) +* resources: Try to fix a Go 1.15 go vet error [c0177fe2](https://github.com/gohugoio/hugo/commit/c0177fe2b28eb09d1534e62370849c3f1d70b40f) [@bep](https://github.com/bep) +* Add languageDirection to language configuration [5914f91b](https://github.com/gohugoio/hugo/commit/5914f91b6c980e42693661d5fd5640e237691df6) [@le0tan](https://github.com/le0tan) [#6550](https://github.com/gohugoio/hugo/issues/6550) + + + |