v0.150.1

gohugoio/hugov0.150.1Sep 25, 2025by bep

AI Summary

This release focuses on minor bug fixes and configuration adjustments, including changing duplicate content path warnings to info logs and restoring integration tests. It also corrects the mapping of the --minify CLI flag to its configuration key.

Key Highlights

  • Changed duplicate content path warning to an info log
  • Restored integration tests
  • Fixed --minify CLI flag mapping to configuration
  • Added desktop plug for Snap packages

Full Release Notes

## What's Changed

* hugolib: Change duplicate content path warning to an info log 64f40731f @jmooring 
* hugolib: Restore integration test 1140314be @jmooring #13991 
* commands: Map --minify CLI flag to the correct configuration key 404fd9e51 @jmooring #13988 
* snap: Add desktop plug b1b0cdee3 @maxkapur 
* test(deps): Update setup-ruby action to v1.257.0 3eea08290 @maxkapur