Skip to content

v0.5.3

Choose a tag to compare

@github-actions github-actions released this 18 May 16:44
· 129 commits to main since this release

0.5.3 — 2026-05-18

Bug Fixes

  • Resolve clippy errors for Rust 1.95 and update test (@ShixiangWang)
  • Include schema file within CLI crate to fix cargo package build (#42) (@Copilot) (#42)

Documentation

Features

  • rule: Add Dir variant to FilePatterns for directory input (@ShixiangWang)
  • executor: Implement optional rule skip logic (@ShixiangWang)
  • rule: Add optional field for skip-on-missing behavior (@ShixiangWang)
  • format: Add validation for undefined env_group references (@ShixiangWang)
  • config: Add env_groups for shared environments (@ShixiangWang)
  • executor: Add auto-scaling helper functions (@ShixiangWang)
  • rule: Add AutoScale type for resource auto-scaling (@ShixiangWang)
  • config: Add reference_dir field with auto-derivation (@ShixiangWang)
  • cli: Implement --as-include validation mode (@ShixiangWang)
  • cli: Add --as-include flag to validate command (@ShixiangWang)
  • core: Enhance clinical workflow support and permissive wildcard expansion (@ShixiangWang)

Maintenance

Testing