Releases: inspect-software/scanner
Releases · inspect-software/scanner
Release list
v0.13.0
Changed
guide/andguides/top-level directories now count as documentation
directories (has_docs_dir), alongsidedoc/,docs/,documentation/
andwiki/.guide/is the established mdBook convention in the Rust
ecosystem; wasm-bindgen's maintainer reported scoring 0 on the criterion
despite a full guide in the repository (issue #11).
Downstream impact: pin bump only — no new report field, no detail codes,
no METRICS_VERSION change. The formula is unchanged; the collected signal
widens, so affected repositories pick up the points at their next rescan.
No rescore of the record: stored reports keep their collected signals.
v0.12.0
Changed
- Cross-repository tests (
test_methodology_version_sync,
test_detail_translations,test_content_translations) moved to the
workspace, where the website they compare against actually is. They had
skipped here since the split; nothing this package tests on its own changed.
Added
tests/test_backend_boundary.py: the names the inspect.software backend
reaches into this package for (github.rate_limit_observer,
github._token_cooldowns,github.token_fingerprint,
ecosystems.FETCHERS) are now asserted as public API. Renaming or
reshaping any of them is a major version bump.- This changelog, and the tag-driven release workflow.
Downstream impact: nothing — no scoring, schema, or API change.