v0.136.3
gohugoio/hugov0.136.3Oct 21, 2024by bep
AI Summary
Fixes Docker permission issues and adds a utility function for string trimming.
Key Highlights
- Fixed permission issues in the Dockerfile.
- Added TrimSpace function to tpl/strings.
Full Release Notes
## What's Changed * docker: Fix permission issues in Dockerfile 88d598a04 @dvdksn #12971 #12970 * Make sure that HugoSites is always closed when done 352be5ba8 @bep * tpl/strings: Add TrimSpace function d37606d2c @jmooring #12962 * common/herrors: Fix the deferred error message cleaner regexp f5e54d9c7 @bep * tpl/transform: Don't fail on "no data to transform" 42f37b4e9 @bep #12964