v0.137.1

gohugoio/hugov0.137.1Nov 5, 2024by bep

AI Summary

Bug fixes focused on versioning, Goldmark warnings, and deployment error messages.

Key Highlights

  • Added 'withdeploy' to the version string printed by hugo version.
  • Goldmark now logs 'Raw HTML omitted' warning for inline HTML in addition to block HTML.

Full Release Notes

## What's Changed

* common/hugo: Add withdeploy to the version string printed in hugo version ca4fc587c @bep 
* markup: Goldmark log "Raw HTML omitted" warning also for inline HTML 4faaaf9c2 @bep #13013 
* build: Add missing withdeploy archive for Windows 94b46c36b @bep #13009 
* commands: Print the "deploy not available" error message even if flags provided 2b0b3b858 @bep #13012 
* tpl/tplimpl: Create an embedded comment shortcode 801035bb7 @jmooring #13010