v0.1.14
What's Changed
- fix(copyright): suppress Creative Commons license-text false positives by @mstykow in #1102
- verify: refresh ten benchmark targets; fix Maven reactor collapse and author junk by @mstykow in #1101
- fix(copyright): stop binary files from emitting junk copyrights and holders by @mstykow in #1103
- docs(testdata): document fixture provenance and attribution policy by @mstykow in #1104
- verify: refresh ten benchmark targets on M5 Pro (sweep 8) by @mstykow in #1105
- feat(compare-outputs): add cross-file field-value frequency rollup by @mstykow in #1106
- fix(copyright): drop source-code FPs and bracketed email author contacts by @mstykow in #1107
- fix(cargo): stop workspace inheritance leaking literal "workspace" by @mstykow in #1108
- perf(license): bound sequence matching on oversized query runs by @mstykow in #1109
- fix(copyright): suppress copyright/holder/author false positives from license-text regions by @mstykow in #1110
- fix(compare): share field-value frequency rollup with compare subcommand by @mstykow in #1111
- docs(benchmarks): refresh uv, npm/cli, DefectDojo after license perf fix (#1109) by @mstykow in #1112
- docs(benchmarks): refresh DataScience and bazel outliers after license perf fix by @mstykow in #1113
- perf(license): window query-run matchables instead of scanning whole query by @mstykow in #1114
- perf(copyright): gate split-email normalization with a cheap adjacency prefilter by @mstykow in #1116
- docs(benchmarks): refresh rows understated by license/copyright perf fixes (#1114, #1116) by @mstykow in #1115
- docs(benchmarks): make non-repository benchmark targets user-reproducible by @mstykow in #1117
- docs(benchmarks): re-measure ten M1 targets on M5 for a hardware-consistent chart by @mstykow in #1118
- docs(benchmarks): re-measure artifact rows on M5 with reproducible pins by @mstykow in #1119
- feat(vcpkg): parse registry lock metadata by @leemeo3 in #1120
- fix(copyright): unwrap XML/C# copyright wrappers and detect HTML © entities by @mstykow in #1122
New Contributors
Full Changelog: v0.1.13...v0.1.14