From a2adf774277a97932ca6193278ff17aca782b10e Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Fri, 5 Nov 2021 15:44:32 +0000 Subject: [PATCH 1/2] releaser: Add release notes to /docs for release of 0.89.1 [ci skip] --- content/en/news/0.89.1-relnotes/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/news/0.89.1-relnotes/index.md diff --git a/content/en/news/0.89.1-relnotes/index.md b/content/en/news/0.89.1-relnotes/index.md new file mode 100644 index 000000000..383cd2ee8 --- /dev/null +++ b/content/en/news/0.89.1-relnotes/index.md @@ -0,0 +1,20 @@ + +--- +date: 2021-11-05 +title: "Hugo 0.89.1: 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. + +* create: Make sure the build lock is released before we open editor [166862a0](https://github.com/gohugoio/hugo/commit/166862a096e1d920f46b18c600e8dadcb478b839) [@bep](https://github.com/bep) [#9121](https://github.com/gohugoio/hugo/issues/9121) +* readme: Update dependency list [82c33c71](https://github.com/gohugoio/hugo/commit/82c33c7105a4d0c0e097f0d074c02995cb2b4d20) [@deining](https://github.com/deining) + + + From 64c934e7aee7334c8508065c79c432c641fed501 Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Mon, 8 Nov 2021 15:22:23 +0000 Subject: [PATCH 2/2] releaser: Add release notes to /docs for release of 0.89.2 [ci skip] --- content/en/news/0.89.2-relnotes/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 content/en/news/0.89.2-relnotes/index.md diff --git a/content/en/news/0.89.2-relnotes/index.md b/content/en/news/0.89.2-relnotes/index.md new file mode 100644 index 000000000..0b886effa --- /dev/null +++ b/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) + + +