mirror of
https://github.com/gohugoio/hugo.git
synced 2024-11-14 20:37:55 -05:00
c88cdb5610
[ci skip]
2.1 KiB
2.1 KiB
date: 2021-11-15 title: "Hugo 0.89.3: 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.
- Improve error when we cannot determine content directory in "hugo new" b8155452 @bep #9166
- deps: Upgrade github.com/yuin/goldmark v1.4.3 => v1.4.4 08552a7a @jmooring #9159
- commands: Make sure pollInterval is always set fdad91fd @bep #9165
- create: Improve archetype directory discovery and tests 5f3f6089 @bep #9146
- create: Add a log statement when archetype is a directory 057d02de @bep #9157
- create: Always print "Content ... created" 43ac59da @bep #9157
- commands: Fix missing file locking in server partial render ab5c6990 @bep #9162
- modules: Improve error message 9369d13e @davidsneighbour