Skip to content

Releases: Nevermore/prep

v0.2.0

07 Feb 23:24
106b419

Choose a tag to compare

Added

  • init command to set up custom per-project Prep configuration. (#23 by @xStrom)
  • copyright command to easily verify that all Rust source files have correct copyright headers. (#22 by @xStrom)
  • --crates <main|aux|all> option to the clippy command. (#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)

Changed

  • ci clippy now uses --crates all by default and does two separate checks with --crates main and --crates aux in extended mode. (#18 by @xStrom)

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

v0.1.0

31 Jan 23:30
29130dd

Choose a tag to compare

Added

  • clippy command to easily run cargo clippy --workspace --all-features --locked. (#2 by @xStrom)
  • format command to easily run cargo fmt --all. (#3 by @xStrom)
  • ci command to easily run format and clippy in strict verification mode. (#5 by @xStrom)

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