diff options
author | hugoreleaser <[email protected]> | 2021-11-05 15:44:32 +0000 |
---|---|---|
committer | hugoreleaser <[email protected]> | 2021-11-05 15:44:32 +0000 |
commit | b6a4ae4ad51c2a7a43f00d61f9c1f0043237cded (patch) | |
tree | 52a8eae272c6ee011980e1fcf71c7b41ac3c2bc6 /docs/content | |
parent | 84de0c325517fb7183d516220b6b16580006f0fa (diff) | |
download | hugo-aea25eb62f9b7299f03cefa98e082a67c740e3e6.tar.gz hugo-aea25eb62f9b7299f03cefa98e082a67c740e3e6.zip |
releaser: Add release notes to /docs for release of 0.89.1v0.89.1
[ci skip]
Diffstat (limited to 'docs/content')
-rw-r--r-- | docs/content/en/news/0.89.1-relnotes/index.md | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/docs/content/en/news/0.89.1-relnotes/index.md b/docs/content/en/news/0.89.1-relnotes/index.md new file mode 100644 index 000000000..383cd2ee8 --- /dev/null +++ b/docs/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) + + + |