This is mostly a bug fix release, but it also contains some minor modules related improvements. Most notable you now get some more information in hugo config mounts
, and even more so when typing hugo config mounts -v
.
- modules: Add module.import.noMounts config 40dfdd09 @bep #8708
- modules: Use value type for module.Time 3a6dc6d3 @bep
- commands: Add version time to "hugo config mounts" 6cd2110a @bep
- commands: Add some more info to "hugo config mounts" 6a365c27 @bep
- Fix config handling with empty config entries after merge 19aa95fc @bep #8701
- Fix config loading for "hugo mod init" 923dd9d1 @bep #8697
- deps: Update to Minify v2.9.18 d9bdd37d @bep #8693
- Remove credit from release notes b2eaf4c8 @digitalcraftsman