Evaluator
Embedding binary files like @embed(file="foo", type=binary)
no longer interprets the files as Unicode text, which mangled invalid UTF-8 bytes.
cmd/cue
The release archives are now built with Go 1.24, which should fix cue get go
when used with Go installed at version 1.24.
Full list of changes since v0.12.0
- internal/ci: test and release on Go 1.24 by @mvdan in c03a715
- internal/encoding: don't interpret files as UTF8 with the binary encoding by @nichtsundniemand in df60e2f
- cmd/cue/cmd: show incorrect handling of binary files when embedded by @nichtsundniemand in 39aa9e4