Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
checksums.txt | 2025-06-10 | 582 Bytes | |
cue_v0.13.1_linux_amd64.tar.gz | 2025-06-10 | 9.0 MB | |
cue_v0.13.1_linux_arm64.tar.gz | 2025-06-10 | 8.3 MB | |
cue_v0.13.1_darwin_amd64.tar.gz | 2025-06-10 | 9.2 MB | |
cue_v0.13.1_darwin_arm64.tar.gz | 2025-06-10 | 8.7 MB | |
cue_v0.13.1_windows_amd64.zip | 2025-06-10 | 9.3 MB | |
cue_v0.13.1_windows_arm64.zip | 2025-06-10 | 8.4 MB | |
README.md | 2025-06-10 | 1.5 kB | |
v0.13.1 source code.tar.gz | 2025-06-10 | 2.8 MB | |
v0.13.1 source code.zip | 2025-06-10 | 4.1 MB | |
Totals: 10 Items | 59.7 MB | 0 |
Evaluator
The evaluator's core packages no longer depend on the golang.org/x/mod
module, which was only used to format version strings.
Fix a regression causing "cyclic field to reference" in some cases.
Fix a regression causing closedness rules to not apply in some cases.
Disable a minor optimization which was also causing closedness rules to not apply in some cases.
cmd/cue
Fix a build error triggered by changes in the upcoming Go 1.25 version, allowing v0.13 to be used further into the future.
cue mod mirror --dry-run
now works as documented; it had been left unimplemented by accident.