ZIP
WinGet
Cue
Cue · 0.14.2 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Distributed as a ZIP archive — extract the contents and run the executable directly. No installer is included.
File Identity
Filename
cue_v0.14.2_windows_amd64.zip
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
CueLang.Cue
Version
0.14.2
Description
CUE is an open source data constraint language which aims to simplify tasks
involving defining and using data.
License
Apache-2.0
↗
Homepage
https://github.com/cue-lang/cue
Installer URL
https://github.com/cue-lang/cue/releases/download/v0.14.2/cue_v0.14.2_windows_amd64.zip
Release Notes
Evaluator
Fix an unintended evalv2 regression in v0.14.1; the change only intended to affect evalv3.
Fix a panic in the parser which could occur when @experiment() file attributes are invalid.
Fix an edge case where binary streams with ''' sequences would not roundtrip correctly.
Full list of changes since v0.14.1
- internal/cueversion: bump for v0.14.2 by @mvdan in d3fd2fb
- internal/ci: build releases with Go 1.24.8 by @mvdan in 9d0a821
- update golang.org/x/... dependencies where we can by @m…