This release contains several bug fixes.
The most important bug fix, perhaps, is that it fixes a long-standing regression where commands for cue cmd
were allowed to be specified in non-tool files. The current implementation will require a command to be define in at least one *_tool.cue
file.
Performance fixes have been put on hold for the moment to allow some stabilization before the final v0.3.0
release.
Changelog
35e19b2 cmd/cue: fix bug in -o, which would not write files for some commands
7c5d28e cmd/cue: fix race in testscript tests that use go/packages
81aa8cd cmd/export: fix help
d4cb2c8 cue: add locations for disallowed field
eb7b60d doc/ref/spec.md: fix ListLit production
fec7a9c encoding/openapi: fix title handling regression
bbe68e1 internal/core/adt: allow pattern constraints alongside fields
5049ab7 internal/core/adt: fix nil interface panic
1f9300d internal/core/adt: handle error properly for failed pattern constraint
2a937a9 internal/core/adt: improve error message
dd5083f tools/flow: add clarifications in the API comments