Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.36 KB

changelog.md

File metadata and controls

33 lines (18 loc) · 1.36 KB

Change Log

v0.96-beta - 2023-03-09

v0.95-beta - 2022-08-11

  • Fixed a problem reading from STDIN. Runner would fail to read piped STDIN that contained no newlines.

v0.94-beta - 2022-07-05

v0.93-beta - 2022-06-07

v0.92-beta - 2021-12-14

  • Fixed bug No output on certain failures that caused DART Runner to exit without sending detailed error info to stdout/stderr.
  • Improved built-in help doc with info about error codes and output JSON format.

v0.91-beta - 2021-12-02

  • Added support for piping JobParams into STDIN
  • Dropped the --job command-line argument. This was never implemented in the first place, and DART does not currently export jobs.

v0.9-beta - 2021-11-03

  • Initial release