v0.143.1

gohugoio/hugov0.143.1Feb 4, 2025by bep

AI Summary

Fixes RSS rendering issues with subdirectories when render hooks are enabled and refactors the mage build system.

Key Highlights

  • Fixed RSS generation with baseURL subdirectories and render hooks
  • Simplified magefile
  • Adjusted deprecation timing and messages

Full Release Notes

## What's Changed

* Fix RSS with baseURL with sub dir when render hooks is enabled 760c13a7a @bep #13332 
* mage: Simplify magefile 3bd73d262 @alexandear 
* common/hugo: Adjust deprecation timing and message 7104de83c @jmooring #13333 
* Re-introduce the LRU-evicted identities in change set calculation 835579b33 @bep