toolscommand for tool management. (#27 by @xStrom)- Automatic installation of tools from source via
cargo. Now implemented forripgrep. (#28 by @xStrom) - Automatic Rustfmt and Clippy installation via
rustup. (#29 by @xStrom) --strictoption toclippy,copyright, andformatcommands to use locked tool versions. (#27 by @xStrom)
0.2.0 - 2026-02-07
initcommand to set up custom per-project Prep configuration. (#23 by @xStrom)copyrightcommand to easily verify that all Rust source files have correct copyright headers. (#22 by @xStrom)--crates <main|aux|all>option to theclippycommand. (#18 by @xStrom)- Automatic Cargo installation via
rustup. (#24 by @xStrom) - Ability to run from within a sub-directory of a workspace as opposed to just from the workspace root. (#23 by @xStrom)
ciclippynow uses--crates allby default and does two separate checks with--crates mainand--crates auxin extended mode. (#18 by @xStrom)