Skip to content

v1.0.1

Choose a tag to compare

@github-actions github-actions released this 04 Aug 16:40
· 15 commits to main since this release
d6f3f7c

Highlights

  • Add native prebuilt releases for Linux x86_64/ARM64, macOS x86_64/ARM64, and Windows x86_64.
  • Fix Windows filesystem portability, native path handling, and MSVC stack sizing.
  • Preserve SQLite NOFOLLOW protections while supporting macOS symlinked temporary directories.
  • Stabilize cross-platform HTTP and extraction acceptance tests.
  • Smoke-test every release archive before publication.

Install

cargo binstall code-system-graph code-system-graph-hooks

The code-system-graph crate installs the user-facing csgraph command. code-system-graph-hooks installs the managed hook runtime used by Code System Graph integrations.

Source installation remains available with:

cargo install code-system-graph code-system-graph-hooks --locked

Supply-chain verification

This release includes SHA-256 checksums, a CycloneDX SBOM, and GitHub artifact attestations for every archive and the SBOM.

gh attestation verify <artifact> --repo dertin/code-system-graph
sha256sum --check SHA256SUMS

What's Changed

  • Prepare 1.0.1 cross-platform release support in #9

Full Changelog: v1.0.0...v1.0.1