Skip to content

Releases: casoon/judge

Release list

0.5.2

Choose a tag to compare

@casoon casoon released this 29 Jul 14:34
3ffe0a8

Highlights

  • Deterministic post-refactoring analysis now focuses on the current source tree, workspace structure, public APIs, and dependency graph.
  • Add artifact-based baseline comparison through cargo judge compare, without requiring Git history.
  • Add focused structure, complexity, refactor, api, errors, tests, unsafe, and slop commands.
  • Human-readable TTY reports now use runemark 0.1.1 for consistent verdicts, evidence groups, locations, color handling, and next steps.

Validation

  • Default and Deep-Tier CI matrix passed.
  • cargo publish verification completed before upload.