v0.148.1
gohugoio/hugov0.148.1Jul 11, 2025by bep
AI Summary
This release addresses a critical nil map assignment bug and downgrades the go-org dependency to fix potential issues.
Key Highlights
- Fixed assignment to entry in nil map
- Downgraded github.com/niklasfasching/go-org from v1.9.0 to v1.8.0
Full Release Notes
## What's Changed * Fix assignment to entry in nil map 6f42cfbc9 @bep #13853 * deps: Downgrade github.com/niklasfasching/go-org v1.9.0 => v1.8.0 a84beee42 @bep #13846