v0.140.1
gohugoio/hugov0.140.1Dec 23, 2024by bep
AI Summary
A bug fix release including improvements for S3-compatible endpoints and transient resources.
Key Highlights
- Updates for S3-Compatible Endpoints
- Fixes for union and intersection of transient resources
- Fixes for menu entry Name and Title fallbacks
Full Release Notes
Some bug fixes in the (most likely) last Hugo release of the year. Of some technical interest to some, I can mention that I, @bep, have reworked [hugoreleaser](https://github.com/gohugoio/hugoreleaser) to use YAML (with anchors/aliases) instead of TOML for the release configuration. Have a look at the [end result](https://github.com/gohugoio/hugo/blob/master/hugoreleaser.yaml). ## What's Changed * Update gocloud and docs for S3-Compatible Endpoints e229f4b38 @tebriel * js/esbuild: Don't try to resolve packages in /assets marked as external 020253904 @bep #13183 * Fix union, complement, symdiff, and intersect for transient resources 4a5e94087 @bep #13181 * release: Add withdeploy deb extended archives 48a7aee96 @bep #13166 * common/loggers: Write PrintTimerIfDelayed output to stdErr 6c583e322 @jmooring #13171 * build(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1 5d64b492f @dependabot[bot] * hugolib: Fix fallbacks for menu entry Name and Title b3f32949c @jmooring #13161