github gohugoio/hugo v0.138.0

20 hours ago

This release soft deprecates Page.Scratch and aliases it to Page.Store. The only difference between the two has been that the Page.Scratch was reset on rebuilds, which becomes problematic when state is written by cached content (typically .Content). The original motivation behind adding a new and not changing the existing method was to avoid breakage, but in hind-sight, it would have fixed more than it broke.

This release also includes a fix for a data race that I, @bep, introduced in v0.137.0.

What's Changed

Don't miss a new hugo release

NewReleases is sending notifications on new releases.