Releases: likewhatevs/cargo-veristat
Releases · likewhatevs/cargo-veristat
v0.7.0
v0.5.0
Full Changelog: v0.4.0...v0.5.0
v0.4.0
What's Changed
- Add crates.io badge and update install command by @likewhatevs in #2
Full Changelog: v0.3.0...v0.4.0
v0.3.0
Cargo subcommand for verifying BPF programs embedded in Rust binaries via veristat.
What's new
- crates.io cleanup — metadata, README, keywords, categories, and MSRV all wired up for publish
- Dependency updates —
anyhow,clap,tempfile,rustix, and others bumped to latest --rodatafix — used to silently do nothing if the target had no extracted BPF objects; now errors clearly- CI improvements — dropped
sudoin favor ofsetcaponveristatandbpftool; clippy now covers--all-targets; daily scheduled runs - Refactoring — run-list assembly extracted into
build_runs()for testability - Coverage — 84% → 88% lines; integration tests now included in coverage collection
Installation
cargo install cargo-veristat
v0.2.0
Full Changelog: v0.1.0...v0.2.0
initial release
initial release
Full Changelog: v0.1.0...v0.1.0