Skip to content

Releases: inspect-software/scanner

Release list

v0.13.0

Choose a tag to compare

@github-actions github-actions released this 28 Aug 19:22
6401eb7

Changed

  • guide/ and guides/ top-level directories now count as documentation
    directories (has_docs_dir), alongside doc/, docs/, documentation/
    and wiki/. 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

Choose a tag to compare

@github-actions github-actions released this 27 Aug 18:59

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.