v1.0.1
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
NOFOLLOWprotections 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-hooksThe 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 --lockedSupply-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 SHA256SUMSWhat's Changed
- Prepare 1.0.1 cross-platform release support in #9
Full Changelog: v1.0.0...v1.0.1