Skip to content

Releases: likewhatevs/cargo-veristat

v0.7.0

17 Mar 02:44
bdb9685

Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.7.0

v0.5.0

15 Mar 23:58

Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

v0.4.0

15 Mar 22:17

Choose a tag to compare

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

05 Mar 03:13
4d5f3c3

Choose a tag to compare

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 updatesanyhow, clap, tempfile, rustix, and others bumped to latest
  • --rodata fix — used to silently do nothing if the target had no extracted BPF objects; now errors clearly
  • CI improvements — dropped sudo in favor of setcap on veristat and bpftool; 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

16 Feb 06:49
8adb5c3

Choose a tag to compare

Full Changelog: v0.1.0...v0.2.0

initial release

14 Feb 10:35
6126201

Choose a tag to compare

initial release

Full Changelog: v0.1.0...v0.1.0