Skip to content

Releases: stjude-rust-labs/sprocket

v0.12.2

06 May 01:04
ea7143c
Compare
Choose a tag to compare

Fixed

  • Fix sprocket run not printing analysis diagnostics (#110).

Full Changelog: v0.12.1...v0.12.2

v0.12.1

05 May 19:33
7c067c3
Compare
Choose a tag to compare

Fixed

  • Fixes parsing of input files (#106).
  • Removes unused --shellcheck argument (#106).

Full Changelog: v0.12.0...v0.12.1

v0.12.0

02 May 20:24
6f3ddfc
Compare
Choose a tag to compare

Added

  • Introduced the run subcommand (#102).

Changed

  • Unknown --except rules will now emit a warning instead of being silently ignored (#94)
  • Changed the validate-inputs subcommand to the more concise validate subcommand (#102).
  • Changed all existing subcommands to use the facilities provided in wdl-cli when possible (#102).
  • Updates the underlying wdl dependency to v0.13.1 (#102).

v0.11.0

02 Apr 14:01
bae2686
Compare
Choose a tag to compare

What's Changed

Added

  • Added --hide_notes to check to filter out note diagnostics from reporting (#84)
  • YAML support for validate-inputs command (#79).
  • Extend explain to display related rules, list tags using --tag, show WDL definitions using --definitions (#80).

Changed

  • Updated WDL crates to latest (#79). This added many features and fixes. Some highlights:
    • Fixed certain misplaced highlights from the ShellCheck lint.
    • Relaxed the CommentWhitespace lint rule so it doesn't trigger for as many comments.
    • The ImportSort lint rule now supplies the correct order of imports in the fix message.
  • By default, when checking a local file, suppress diagnostics from remote files. Added a --show-remote-diagnostics flag to recreate the older behavior (#59).
  • Always emit any diagnostics with a Severity::Error regardless of other CL options that might suppress the diagnostic (#59).

Fixed

  • Bug introduced in #59 which sometimes caused the exit message to have an incorrect count of Notes and Warnings (#61).

New Contributors

Full Changelog: v0.10.1...v0.11.0

v0.10.1

23 Jan 16:34
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.10.0...v0.10.1

v0.10.0

17 Jan 22:08
3760b07
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.9.0...v0.10.0

v0.9.0

22 Oct 21:57
9161bb8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.9.0

v0.8.0

17 Oct 17:52
d15e82d
Compare
Choose a tag to compare

What's Changed

Full Changelog: sprocket-v0.7.0...v0.8.0

v0.7.0

17 Sep 14:10
Compare
Choose a tag to compare

What's Changed

Full Changelog: sprocket-v0.6.0...v0.7.0

v0.6.0

22 Aug 20:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.0...v0.6.0