Hugo v0.144.0 just released. This is a good one: https://github.com/gohugoio/hugo/releases/tag/v0.144.0
Release v0.144.0 · gohugoio/hugo

Go 1.24 upgrade, several performance improvements, new :contentbasename and :slugorcontentbasename permalink tokens, enable KaTeX mhchem extension for transform.ToMath, full dependency refresh, new...

GitHub

@gohugoio Are there any breaking changes with this release? My build fails now, with an error like this:

error calling Summary: interface conversion: interface {} is nil, not []uint8

... anytime it sees a reference to .Summary. Similar error with .Content.

@gohugoio Ah someone has already posted a GitHub issue with this exact error. I'll follow that.