diff options
author | hugoreleaser <[email protected]> | 2021-11-08 15:22:23 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2021-11-08 15:22:23 +0000 |
commit | 63e3a5ebb29e67d4ddd648846559bb321eea89c9 (patch) | |
tree | 80af390680f287a284338cc05a60c288fb85dfae /docs/content/en/news | |
parent | eaa6c96a796377b2307aeb136bc86383f73ad69a (diff) | |
download | hugo-63e3a5ebb29e67d4ddd648846559bb321eea89c9.tar.gz hugo-63e3a5ebb29e67d4ddd648846559bb321eea89c9.zip |
releaser: Add release notes to /docs for release of 0.89.2v0.89.2
[ci skip]
Diffstat (limited to 'docs/content/en/news')
-rw-r--r-- | docs/content/en/news/0.89.2-relnotes/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/news/0.89.2-relnotes/index.md b/docs/content/en/news/0.89.2-relnotes/index.md new file mode 100644 index 000000000..0b886effa --- /dev/null +++ b/docs/content/en/news/0.89.2-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2021-11-08 +title: "Hugo 0.89.2: A couple of Bug Fixes" +description: "This version fixes a couple of bugs introduced in 0.89.0." +categories: ["Releases"] +images: +- images/blog/hugo-bug-poster.png + +--- + + + +This is a bug-fix release with a couple of important fixes. + +* Fix path resolution in hugo new [2b01c85d](https://github.com/gohugoio/hugo/commit/2b01c85d14102353015cf6860d30be3d92964495) [@bep](https://github.com/bep) [#9129](https://github.com/gohugoio/hugo/issues/9129) +* deps: Upgrade github.com/yuin/goldmark v1.4.2 => v1.4.3 [c09f5c5f](https://github.com/gohugoio/hugo/commit/c09f5c5fd35c03de0444928ada3ce1c5a214b321) [@bep](https://github.com/bep) [#9137](https://github.com/gohugoio/hugo/issues/9137) + + + |