Skip to content

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 30 Jun 04:54

Checksums Only

⚠ Do not download or use the binary artifacts below.
They are provided for SHA-256 checksum verification only.
CPAC must be built from source. Use the install script or build manually.

v1.0.0: offline-first release — trust-db feature-flagged off

  • Add [features] with trust-db = ["uuid"] (default off)
  • Gate trust_db, compare modules behind #[cfg(feature = "trust-db")]
  • Gate ConsentLevel, consent functions, advisory lookup, pre-flight check
  • Remove first_run_prompt (consent no longer needed for v1)
  • Remove SetCommand::Consent variant
  • Add 'local signals only' note to trust report when feature off
  • Re-enabling trust-db later is a feature flag flip, not a rebuild
  • 21 tests pass (default), 23 tests pass (with trust-db)

Full Changelog: v0.9.4...v1.0.0