v0.4.0
What's Changed
Commits
- style: adopt sort_by_key/map_or to satisfy clippy in stats tests (13386b1)
- test: pin initial branch to master in git diff test repo (0eeb102)
- style: apply rustfmt to SARIF severity floor (dc63ea0)
- chore: bump version to 0.4.0 (e61c399)
- feat: add SARIF severity floor (sarif.min_level), default to error (e6b7fd5)
- Upgrade GitHub Actions to Node 24-compatible versions (f35df81)
- Add Windows CI coverage for GitHub action (74e78c4)
- feat: enhance installation process with pre-built binary and cargo fallback (93a44e9)
- docs: update README for GitHub Actions with copy-paste examples (99acdd0)
Installation
Download the appropriate binary for your platform from the assets below.
| Platform | Architecture | File |
|---|---|---|
| Windows | x64 | sloc-guard-v0.4.0-windows-x64.zip |
| Windows | arm64 | sloc-guard-v0.4.0-windows-arm64.zip |
| Linux | x64 | sloc-guard-v0.4.0-linux-x64.tar.gz |
| Linux | arm64 | sloc-guard-v0.4.0-linux-arm64.tar.gz |
| macOS | x64 | sloc-guard-v0.4.0-macos-x64.tar.gz |
| macOS | arm64 | sloc-guard-v0.4.0-macos-arm64.tar.gz |
Full Changelog: v0.3.3...v0.4.0