Releases: stjude-rust-labs/sprocket
Releases · stjude-rust-labs/sprocket
v0.12.2
v0.12.1
Fixed
Full Changelog: v0.12.0...v0.12.1
v0.12.0
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 concisevalidate
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
What's Changed
Added
- Added
--hide_notes
tocheck
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 thefix
message.
- Fixed certain misplaced highlights from the
- 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
- @vishwajeet1729 made their first contribution in #78
Full Changelog: v0.10.1...v0.11.0
v0.10.1
What's Changed
- Add
validate-inputs
to README by @adthrasher in #57 - fix: allow urls to be checked by @a-frantz in #58
- feat: Docker container by @adthrasher in #56
- release: patch bump by @a-frantz in #60
New Contributors
- @adthrasher made their first contribution in #57
Full Changelog: v0.10.0...v0.10.1
v0.10.0
What's Changed
- chore: update the extension documentation. by @peterhuene in #34
- docs: clarify use of --except by @a-frantz in #37
- ci: adds Windows CI by @claymcleod in #41
- feat: add check option to format command by @Scott8440 in #49
- feat: require one of check or overwrite options in format command by @Scott8440 in #51
- feat: update to latest wdl crate by @a-frantz in #48
- release: bumps version by @a-frantz in #52
New Contributors
- @Scott8440 made their first contribution in #49
Full Changelog: v0.9.0...v0.10.0
v0.9.0
What's Changed
- chore: produce an Windows ARM64 build of Sprocket. by @peterhuene in #33
- release: bump sprocket to 0.9.0. by @peterhuene in #35
- chore: update
Cargo.lock
. by @peterhuene in #36
Full Changelog: v0.8.0...v0.9.0
v0.8.0
What's Changed
- docs: update RELEASE.md by @a-frantz in #22
- ci: release by @a-frantz in #23
- feat: add the
sprocket format
command. by @peterhuene in #24 - chore: bump sprocket to
0.8.0
. by @peterhuene in #25 - chore: disable fail fast on release artifacts. by @peterhuene in #26
- chore: fix linux arm64 build artifact publishing. by @peterhuene in #27
- chore: attempt to fix arm64 linux build and non-Windows packaging. by @peterhuene in #28
- chore: correct
cross
metadata key inCargo.toml
. by @peterhuene in #30 - chore: trigger release on
v*
tags. by @peterhuene in #31 - chore: also publish the artifact with the version number in CI. by @peterhuene in #32
Full Changelog: sprocket-v0.7.0...v0.8.0
v0.7.0
What's Changed
- feat: improvements to the
check
command. by @peterhuene in #18 - fix: delay showing the progress bar. by @peterhuene in #19
Full Changelog: sprocket-v0.6.0...v0.7.0
v0.6.0
What's Changed
- feat: implement the
analyzer
command. by @peterhuene in #13 - chore: bump
wdl
dependency by @a-frantz in #16
Full Changelog: v0.5.0...v0.6.0