index.md (692B)
1
2 ---
3 date: 2021-11-05
4 title: "Hugo 0.89.1: A couple of Bug Fixes"
5 description: "This version fixes a couple of bugs introduced in 0.89.0."
6 categories: ["Releases"]
7 images:
8 - images/blog/hugo-bug-poster.png
9
10 ---
11
12
13
14 This is a bug-fix release with a couple of important fixes.
15
16 * 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)
17 * readme: Update dependency list [82c33c71](https://github.com/gohugoio/hugo/commit/82c33c7105a4d0c0e097f0d074c02995cb2b4d20) [@deining](https://github.com/deining)
18
19
20