ulc CLI v0.8.1
Download a single-file binary for your platform below. See CHANGELOG.md
at the tag for what landed in this release.
Corrects the source_files field description in schema/ulc.schema.json, which contradicted the rest of the schema. The source_files key is a required member of the record envelope (present on every record), while its array may be empty (minItems 0) and its entries are neither required nor graded. The description previously said the array was "neither schema-required," disagreeing with the root required array and the record-envelope descriptions in the root schema and the ConformanceLevel definition. This is a description-only correction: no structural change, no enum or behavior change, and no re-grade. Records continue to declare ulc_version 0.8.0; a 0.8.0 record is unchanged and valid under 0.8.1.